summaryrefslogtreecommitdiffstats
path: root/include/input
diff options
context:
space:
mode:
authorMichael Wright <michaelwr@google.com>2014-06-09 18:56:43 -0700
committerMichael Wright <michaelwr@google.com>2014-06-09 18:56:43 -0700
commit8f6710fdeb96a3482adf1a6a2d46d67b0ce8e9db (patch)
tree1d1e811e7ff266cc983ca88e61c90609699135fe /include/input
parent0d7271527fa48c26b657d689faffbc94c93e5b3c (diff)
downloadframeworks_native-8f6710fdeb96a3482adf1a6a2d46d67b0ce8e9db.zip
frameworks_native-8f6710fdeb96a3482adf1a6a2d46d67b0ce8e9db.tar.gz
frameworks_native-8f6710fdeb96a3482adf1a6a2d46d67b0ce8e9db.tar.bz2
Bump axis limit
Change-Id: I53d18646be2b884c5022f10c7c4ea8f6cda176c8
Diffstat (limited to 'include/input')
-rw-r--r--include/input/Input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/input/Input.h b/include/input/Input.h
index bba8f1e..96b6885 100644
--- a/include/input/Input.h
+++ b/include/input/Input.h
@@ -186,7 +186,7 @@ enum {
* Pointer coordinate data.
*/
struct PointerCoords {
- enum { MAX_AXES = 14 }; // 14 so that sizeof(PointerCoords) == 64
+ enum { MAX_AXES = 30 }; // 30 so that sizeof(PointerCoords) == 128
// Bitfield of axes that are present in this structure.
uint64_t bits __attribute__((aligned(8)));