We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90fdc36 commit e54a2d8Copy full SHA for e54a2d8
src/sdl/main_sdl.c
@@ -106,7 +106,7 @@ static int translate_sdlkey(SDLKey sym)
106
case SDLK_RIGHT: return KEY_RIGHT;
107
case SDLK_UP: return KEY_UP;
108
case SDLK_DOWN: return KEY_DOWN;
109
- case SDLK_INSERT: return KEY_INSERT;
+ case SDLK_INSERT: return KEY_INS;
110
case SDLK_HOME: return KEY_HOME;
111
case SDLK_END: return KEY_END;
112
case SDLK_PAGEUP: return KEY_PGUP;
0 commit comments