joy mapping fixed, closing #648

This commit is contained in:
rpahut 2014-02-25 20:55:18 +00:00
parent 0a99b626d9
commit ee83c3e371
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ public:
static const uint32 ISPOVBTN_MASK = 0x2000;
static const uint32 POVDIR_MASK = 0x3;
static const uint32 POVCONTROLLER_MASK = 0x10;
static const uint32 JOYBTN_MASK = 0xf7;
static const uint32 JOYBTN_MASK = 0x7f;
public:
bool IsAxisButton(uint8 which) const;