1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-21 12:49:10 +00:00
Files
CWE-ou-minkata/Sources/Plasma
Adam Johnson 6582d0261e Fix #82
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.
2011-10-21 08:38:52 -04:00
..
2011-08-31 11:17:58 +02:00
2011-10-21 08:38:52 -04:00
2011-04-11 16:27:55 -07:00