Regarding Win32 Input...

Started by
10 comments, last by OrigamiMan64 20 years ago
yah, win32 input probably isnt really designed for what I want to do, I may change to DirectInput if it becomes a major problem. Thanks.
Advertisement
quote:Original post by OrigamiMan64
that didn''t help, and in fact didnt work at all. with the following code, none of the keys ever lit up on my screen.
You don''t have a message queue.

Call PeekMessage to force the creation of a message queue if one doesn''t exist already. Use GetConsoleWindow to retrieve the handle to the console window.

This topic is closed to new replies.

Advertisement