Search:

Type: Posts; User: GReaper

Search: Search took 0.03 seconds.

  1. The 16th bit ( or the bit #15 ) indicates whether...

    The 16th bit ( or the bit #15 ) indicates whether the key is pressed or not. Set if pressed, clear if not pressed.
  2. You don't use the GetAsyncKeyState() correctly at...

    You don't use the GetAsyncKeyState() correctly at all.

    Firstly, instead of magic numbers use the VK_* provided by Windows.
    Secondly, GetAsyncKeyState returns many info about the requested key, in...
Results 1 to 2 of 2