From ee83c3e3719ec55a1ed8e9aaed9c52946e02fedb Mon Sep 17 00:00:00 2001 From: rpahut Date: Tue, 25 Feb 2014 20:55:18 +0000 Subject: [PATCH] joy mapping fixed, closing #648 --- trunk/src/drivers/common/input.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/src/drivers/common/input.h b/trunk/src/drivers/common/input.h index 62dcd57b..000b63a5 100644 --- a/trunk/src/drivers/common/input.h +++ b/trunk/src/drivers/common/input.h @@ -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;