other versions
- wheezy 3.2.78-1
STRUCT INPUT_MT(9) | Input Subsystem | STRUCT INPUT_MT(9) |
NAME¶
struct_input_mt - state of tracked contactsSYNOPSIS¶
struct input_mt { int num_slots; unsigned int flags; unsigned int frame; unsigned int * slot_frame; struct input_mt_slot slots[]; };
MEMBERS¶
num_slotsnumber of MT slots the device uses
flags
input_mt operation flags
frame
increases every time
input_mt_sync_frame is called
slot_frame
last frame at which
input_mt_report_slot_state was called
slots[]
array of slots holding current values of
tracked contacts
COPYRIGHT¶
March 2016 | Kernel Hackers Manual 3.2. |