Rewrite keycode.cpp (Keycode handling & names)

This commit is contained in:
sfan5
2016-09-21 23:40:19 +02:00
parent cd2c8ade2d
commit c3e1ab859e
2 changed files with 286 additions and 271 deletions

View File

@@ -44,8 +44,6 @@ class KeyPress
const char *sym() const;
const char *name() const;
std::string debug() const;
protected:
static bool valid_kcode(irr::EKEY_CODE k)
{