1STRUCT INPUT_MT_POS(9) Input Subsystem STRUCT INPUT_MT_POS(9)
23
4
NAME
6struct_input_mt_pos - contact position
7
SYNOPSIS
9struct input_mt_pos {
10s16 x;
11s16 y;
12};
13
MEMBERS
15x
16horizontal coordinate
1718
y
19vertical coordinate
20
COPYRIGHT
22Kernel Hackers Manual 3.10 June 2019 STRUCT INPUT_MT_POS(9)