]> git.lizzy.rs Git - minetest.git/blobdiff - src/keycode.h
Fix umlauts/special character issue in lua gettext
[minetest.git] / src / keycode.h
index 4105d43b8a3c1f117626bbcfacb6175465560cf0..65f04d8d738aade49277d0748c2114d18dc23ad6 100644 (file)
@@ -1,6 +1,6 @@
 /*
-Minetest-c55
-Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com>
+Minetest
+Copyright (C) 2010-2013 celeron55, Perttu Ahola <celeron55@gmail.com>
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as published by
@@ -33,7 +33,7 @@ class KeyPress
        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
        {