mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-12 19:20:38 +00:00
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:
parent
0aa7b11dca
commit
854c266cf7
1 changed files with 1 additions and 1 deletions
|
@ -2157,7 +2157,7 @@ int32_t handleevents(void)
|
||||||
keyascfifo_insert(keyvalue);
|
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
|
// hook in the osd
|
||||||
if ((j = OSD_HandleScanCode(code, (ev.key.type == SDL_KEYDOWN))) <= 0)
|
if ((j = OSD_HandleScanCode(code, (ev.key.type == SDL_KEYDOWN))) <= 0)
|
||||||
|
|
Loading…
Reference in a new issue