Re: Focus problem in win32 program
- Posted by JoKeR Jul 28, 2010
- 1002 views
This seems to fix it. I found in my code that I am using both keyPressProcessing and keyDownProcessing (though I'd have to look at it closer to remember why and what the difference is) so I had to change both from references to Win (my window definition) to Screen.
Thanks for your help!