1
0
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:
Zeno Rogue 2018-04-10 05:19:49 +02:00
parent e318a8e04a
commit 196b7ad104

View File

@ -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";