1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-14 00:55:20 +02: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;