1STRUCT INPUT_VALUE(9) Input Subsystem STRUCT INPUT_VALUE(9)
23
4
NAME
6struct_input_value - input value representation
7
SYNOPSIS
9struct input_value {
10__u16 type;
11__u16 code;
12__s32 value;
13};
14
MEMBERS
16type
17type of value (EV_KEY, EV_ABS, etc)
1819
code
20the value code
2122
value
23the value
24
COPYRIGHT
26Kernel Hackers Manual 3.10 June 2019 STRUCT INPUT_VALUE(9)