- EV_GUI_Key(Down|Up|Repeat) events no longer provide shifted key codes
in data2. This was just unnecessary overhead that wasn't really needed anywhere. - Moved GUI-mode input into a separate function to make the code easier to read. SVN r1617 (trunk)
This commit is contained in:
parent
a925f7eab6
commit
12959a1bd1
2 changed files with 115 additions and 111 deletions
|
|
@ -1,4 +1,9 @@
|
|||
May 27, 2009
|
||||
- EV_GUI_Key(Down|Up|Repeat) events no longer provide shifted key codes
|
||||
in data2. This was just unnecessary overhead that wasn't really needed
|
||||
anywhere.
|
||||
- Moved GUI-mode input into a separate function to make the code easier to
|
||||
read.
|
||||
- Removed HaveFocus variable in preference of using GetForegroundWindow().
|
||||
- Added Raw Input keyboard handling.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue