1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-17 10:52:46 +00:00

Separate KeyEvents and KeyPresses

This commit is contained in:
2011-08-26 23:17:10 -04:00
parent 6ec190f526
commit e3c65ac817
15 changed files with 32 additions and 293 deletions

View File

@ -52,6 +52,7 @@ enum plOSMsg
SYSKEYUP = WM_SYSKEYUP,
M_BUTTONDN = WM_MBUTTONDOWN,
M_BUTTONUP = WM_MBUTTONUP,
CHAR_MSG = WM_CHAR,
};