commit | e3b129d4ff0e14050bd55df5fdf0c0f7533c5e8b | [log] [tgz] |
---|---|---|
author | Michael Wright <michaelwr@google.com> | Tue Jun 10 03:12:27 2014 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Jun 10 03:12:27 2014 +0000 |
tree | 53a6a6ea59f23882858e3882add014c5df688240 | |
parent | 25be048729d984b5a3fb2cbc6a5edbb2ba9f2487 [diff] | |
parent | 8f6710fdeb96a3482adf1a6a2d46d67b0ce8e9db [diff] |
Merge "Bump axis limit"
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 @@ * 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)));