OSDN Git Service
(root)
/
android-x86
/
frameworks-native.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d72715
)
Bump axis limit
author
Michael Wright
<michaelwr@google.com>
Tue, 10 Jun 2014 01:56:43 +0000
(18:56 -0700)
committer
Michael Wright
<michaelwr@google.com>
Tue, 10 Jun 2014 01:56:43 +0000
(18:56 -0700)
Change-Id: I53d18646be2b884c5022f10c7c4ea8f6cda176c8
include/input/Input.h
patch
|
blob
|
history
diff --git
a/include/input/Input.h
b/include/input/Input.h
index
bba8f1e
..
96b6885
100644
(file)
--- 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)));