1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-11 17:51:04 +00:00

Fix GUIKeyChangeMenu so that '/' can be inserted on a finnish keyboard

This commit is contained in:
Perttu Ahola 2012-09-01 18:02:29 +03:00
parent 3e7957512b
commit 5194505407
4 changed files with 35 additions and 6 deletions

View file

@ -66,6 +66,8 @@ private:
void add_key(int id, std::string setting_name, std::string button_name);
bool shift_down;
s32 activeKey;
std::vector<KeyPress> key_used;