Click here to Skip to main content
15,921,841 members
Articles / Desktop Programming / Win32

Keys Enumeration Win32

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
15 Apr 2010CPOL 16.3K   1  
So I’m playing around with DX10 and decide to do some input work.  After much research apparently no one can decide what the best way to handle keyboard input so I’m just going to use WM_KEYDOWN/UP and store the state in a bool[] and check that in the rendering code.  Also, instead of using...

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Student
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions