Update commented SDL2 key debug log output.

git-svn-id: https://svn.eduke32.com/eduke32@4314 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2014-02-10 10:54:50 +00:00
parent 0aa7b11dca
commit 854c266cf7

View file

@ -2157,7 +2157,7 @@ int32_t handleevents(void)
keyascfifo_insert(keyvalue);
}
// printf("got key %d, %d\n",ev.key.keysym.scancode,code);
// initprintf("SDL2: got key %d, %d, %u\n", ev.key.keysym.scancode, code, ev.key.type);
// hook in the osd
if ((j = OSD_HandleScanCode(code, (ev.key.type == SDL_KEYDOWN))) <= 0)