1
Window / Polling events and setting cursor position thread safety
« on: August 11, 2011, 06:28:08 am »Quote from: "Laurent"
QuoteActually, if I remember correctly, you can give permission to other threads to pull events from the window
Never heard about that. If you can find a source, let me know I'm interested
I'm not sure what you guys are trying to do but it seems like this can be easily done with DLL Injection + subclassing the parent window's WndProc. Instead of passing the windows events to another thread, you move external code INTO the thread. You guys probably already knew about that but just making sure lol