mirror of https://github.com/axmolengine/axmol.git
Merge pull request #14525 from elvman/key_none
Add enum value for no key
This commit is contained in:
commit
f49f69dac8
|
@ -56,6 +56,8 @@ public:
|
|||
*/
|
||||
enum Key
|
||||
{
|
||||
KEY_NONE = 0,
|
||||
|
||||
JOYSTICK_LEFT_X = 1000,
|
||||
JOYSTICK_LEFT_Y,
|
||||
JOYSTICK_RIGHT_X,
|
||||
|
|
Loading…
Reference in New Issue