summaryrefslogtreecommitdiff
path: root/src/keycode.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2012-09-01 18:02:29 +0300
committerPerttu Ahola <celeron55@gmail.com>2012-09-01 18:03:50 +0300
commit5194505407884f6375311f0ab4c5f8783646cb91 (patch)
treea3457cf11bdf0f3203d5e5313020ffba0e50ea1c /src/keycode.h
parent3e7957512bdb86acb3836c6c1df96e38e05efa3c (diff)
downloadminetest-5194505407884f6375311f0ab4c5f8783646cb91.tar.gz
minetest-5194505407884f6375311f0ab4c5f8783646cb91.tar.bz2
minetest-5194505407884f6375311f0ab4c5f8783646cb91.zip
Fix GUIKeyChangeMenu so that '/' can be inserted on a finnish keyboard
Diffstat (limited to 'src/keycode.h')
-rw-r--r--src/keycode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keycode.h b/src/keycode.h
index 4105d43b8..a0b1e3553 100644
--- a/src/keycode.h
+++ b/src/keycode.h
@@ -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
{