From 5194505407884f6375311f0ab4c5f8783646cb91 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Sat, 1 Sep 2012 18:02:29 +0300 Subject: Fix GUIKeyChangeMenu so that '/' can be inserted on a finnish keyboard --- src/keycode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/keycode.h') 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 { -- cgit v1.2.3