Merge pull request #14525 from elvman/key_none

Add enum value for no key
This commit is contained in:
minggo 2016-04-20 11:21:43 +08:00
commit f49f69dac8
1 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,8 @@ public:
*/
enum Key
{
KEY_NONE = 0,
JOYSTICK_LEFT_X = 1000,
JOYSTICK_LEFT_Y,
JOYSTICK_RIGHT_X,