Re: [GD-Windows] Input thread
Brought to you by:
vexxed72
From: Gabor <ts...@co...> - 2003-06-05 20:17:57
|
It's okay. In this case key messages have to work perfectly. Another solution can be that you use DirectInput in which you can create such a keybuffer which receives messages even if your application is in the background. I am sure you will prefer the first solution ;) Gabor > Well, I already handle WM_SETFOCUS & WM_KILLFOCUS. That's pretty much > mandatory with GetAsyncKeyState ... |