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:
parent
3e7957512b
commit
5194505407
4 changed files with 35 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue