other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
| STRUCT INPUT_MT_SLOT(9) | Input Subsystem | STRUCT INPUT_MT_SLOT(9) |
NAME¶
struct_input_mt_slot - represents the state of an input MT slotSYNOPSIS¶
struct input_mt_slot {
int abs[ABS_MT_LAST - ABS_MT_FIRST + 1];
unsigned int frame;
unsigned int key;
};
MEMBERS¶
abs[ABS_MT_LAST - ABS_MT_FIRST + 1]holds current values of ABS_MT axes for this
slot
frame
last frame at which
input_mt_report_slot_state was called
key
optional driver designation of this slot
COPYRIGHT¶
| February 2017 | Kernel Hackers Manual 3.16 |