Overhaul the input system
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Sat, 13 Aug 2011 20:44:31 +0000 (22:44 +0200)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Mon, 22 Aug 2011 11:01:11 +0000 (13:01 +0200)
commit7e610aece52ad547d4ae263aff5297342d5a4bff
tree983681e730d3d0ad782d38a1abec2f99cfae8b1a
parent16aedc0ef6cfd23f06b162501f26fd7f5c63172c
Overhaul the input system

This allows us to map the keys which are not considered in
irrlicht's EKEY_CODE system, such as \, [, /, ] etc.
src/game.cpp
src/game.h
src/guiInventoryMenu.cpp
src/guiKeyChangeMenu.cpp
src/guiKeyChangeMenu.h
src/keycode.cpp
src/keycode.h
src/main.cpp