1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

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 @@ public:
const char *sym() const;
const char *name() const;
std::string debug() const;
protected:
static bool valid_kcode(irr::EKEY_CODE k)
{