mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-19 15:20:27 +00:00
F1 key name shows
This commit is contained in:
parent
e318a8e04a
commit
196b7ad104
@ -62,6 +62,7 @@ namespace dialog {
|
||||
if(k == SDLK_ESCAPE) return "Esc";
|
||||
if(k == SDLK_F5) return "F5";
|
||||
if(k == SDLK_F10) return "F10";
|
||||
if(k == SDLK_F1) return "F1";
|
||||
if(k == SDLK_HOME) return "Home";
|
||||
if(k == SDLK_BACKSPACE) return "Backspace";
|
||||
if(k == SDLK_RETURN) return "Enter";
|
||||
|
Loading…
Reference in New Issue
Block a user