Browse Source
It seems that silly Adam was storing a UINT scan code because MapVirtualKey wanted a UINT. However, WM_CHAR only has a BYTE scan code in its lParam. Therefore, we got garbage on repeated key events, which bungled up the key binding parser.
Adam Johnson
13 years ago
1 changed files with 3 additions and 4 deletions
Loading…
Reference in new issue