mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +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
|
@ -33,7 +33,7 @@ public:
|
|||
KeyPress();
|
||||
KeyPress(const char *name);
|
||||
|
||||
KeyPress(const irr::SEvent::SKeyInput &in);
|
||||
KeyPress(const irr::SEvent::SKeyInput &in, bool prefer_character=false);
|
||||
|
||||
bool operator==(const KeyPress &o) const
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue