mirror of
https://github.com/86Box/86Box.git
synced 2026-02-25 21:43:16 -07:00
maybe better on keyup
This commit is contained in:
@@ -353,10 +353,7 @@ int osd_handle(SDL_Event event)
|
||||
// debug: fprintf(stderr, "OSD HANDLE: escape\n");
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
if (event.type == SDL_KEYDOWN)
|
||||
{
|
||||
if (state == STATE_MENU)
|
||||
{
|
||||
switch (event.key.keysym.sym)
|
||||
|
||||
Reference in New Issue
Block a user