am 5f668c6e: am 8b9df978: Merge "Fix getSwitchState." into honeycomb
* commit '5f668c6e6bb2515325632691a804a7c8f24ebb09': Fix getSwitchState.
This commit is contained in:
commit
6453b75d38
@ -38,6 +38,15 @@ enum {
|
|||||||
AKEY_EVENT_FLAG_START_TRACKING = 0x40000000
|
AKEY_EVENT_FLAG_START_TRACKING = 0x40000000
|
||||||
};
|
};
|
||||||
|
|
||||||
|
enum {
|
||||||
|
/*
|
||||||
|
* Indicates that an input device has switches.
|
||||||
|
* This input source flag is hidden from the API because switches are only used by the system
|
||||||
|
* and applications have no way to interact with them.
|
||||||
|
*/
|
||||||
|
AINPUT_SOURCE_SWITCH = 0x80000000,
|
||||||
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Maximum number of pointers supported per motion event.
|
* Maximum number of pointers supported per motion event.
|
||||||
* Smallest number of pointers is 1.
|
* Smallest number of pointers is 1.
|
||||||
|
Loading…
Reference in New Issue
Block a user