1STRUCT INPUT_MT_SLOT(9)         Input Subsystem        STRUCT INPUT_MT_SLOT(9)
2
3
4

NAME

6       struct_input_mt_slot - represents the state of an input MT slot
7

SYNOPSIS

9       struct input_mt_slot {
10         int abs[ABS_MT_LAST - ABS_MT_FIRST + 1];
11         unsigned int frame;
12         unsigned int key;
13       };
14

MEMBERS

16       abs[ABS_MT_LAST - ABS_MT_FIRST + 1]
17           holds current values of ABS_MT axes for this slot
18
19       frame
20           last frame at which input_mt_report_slot_state was called
21
22       key
23           optional driver designation of this slot
24
26Kernel Hackers Manual 3.10         June 2019           STRUCT INPUT_MT_SLOT(9)
Impressum