1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-15 18:57:08 +00:00

Clarify some keycode names

fixes #16258
This commit is contained in:
sfan5 2025-08-10 16:37:14 +02:00
parent 21a76d8c88
commit b6065797ce
2 changed files with 29 additions and 28 deletions

View file

@ -1408,7 +1408,7 @@ void CIrrDeviceSDL::createKeyMap()
// select missing
KeyMap.emplace(SDLK_PRINTSCREEN, KEY_PRINT);
// execute missing
KeyMap.emplace(SDLK_PRINTSCREEN, KEY_SNAPSHOT);
// snapshot missing
KeyMap.emplace(SDLK_INSERT, KEY_INSERT);
KeyMap.emplace(SDLK_DELETE, KEY_DELETE);