other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
| STRUCT INPUT_VALUE(9) | Input Subsystem | STRUCT INPUT_VALUE(9) |
NAME¶
struct_input_value - input value representationSYNOPSIS¶
struct input_value {
__u16 type;
__u16 code;
__s32 value;
};
MEMBERS¶
typetype of value (EV_KEY, EV_ABS, etc)
code
the value code
value
the value
COPYRIGHT¶
| February 2017 | Kernel Hackers Manual 3.16 |