]> git.xonotic.org Git - xonotic/darkplaces.git/commit
SDL2: Make work numeric keypad keys when numlock is off, K_PRINTSCREEN, K_SCROLLOCK...
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 4 Oct 2014 20:15:47 +0000 (20:15 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 4 Oct 2014 20:15:47 +0000 (20:15 +0000)
commit244ac040c5cb901177e319dea3fab7891e2bd6f3
treeacf6e7f05b5e1254f5e55a047d3d7eb439687460
parent28e02ce5a65a4eb60187acc1bca5e493d7cb78f9
SDL2: Make work numeric keypad keys when numlock is off, K_PRINTSCREEN,  K_SCROLLOCK and K_NUMLOCK. Also fix a debug print (event.key.keysym.unicode doesn't exist anymore in SDL2)

From: terencehill <piuntn@gmail.com>

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12096 d7cf8633-e32d-0410-b094-e92efae38249
vid_sdl.c