AndySpider/rawinput

Keyboard Up/Down defect

Closed this issue · 2 comments

When pressing/releasing keys such as VK_END, ri_keyboard_.Flags is expected
to be RI_KEY_MAKE/RI_KEY_BREAK (0/1), but is 2/3 instead.

Original issue reported on code.google.com by MatiasFG on 27 Aug 2009 at 5:17

To be more specific, this happens with the following keys:

Enhanced keys are:

- Right ALT and CTRL keys on the main section of the keyboard;
- INS, DEL, HOME, END, PAGE UP, PAGE DOWN, and arrow keys in the clusters to 
the left
of the numeric keypad;
- Divide (/) and ENTER keys in the numeric keypad.

Original comment by MatiasFG on 2 Sep 2009 at 4:27

Original comment by MatiasFG on 25 Nov 2010 at 2:13

  • Changed state: Fixed