- 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:
Randy Heit 2009-05-27 22:17:11 +00:00
commit 12959a1bd1
2 changed files with 115 additions and 111 deletions

View file

@ -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.