Skip to main content

Module input

Module input 

Source

Structs§

InputAbsinfo

Constants§

ABS_MT_POSITION_X
ABS_MT_POSITION_Y
BTN_TOUCH_CODE
EVIOCGABS_X
EVIOCGABS_Y
EV_ABS
EV_KEY
EV_SYN
SYN_REPORT

Functions§

decode_input_event
Decode (type, code, value) from a 16-byte arm evdev input_event. The first 8 bytes are the timeval timestamp, ignored. Layout is ARM-32 specific (timeval=8, type=2, code=2, value=4 = 16 bytes); a 64-bit target has a 24-byte input_event and this decoder would misread it.
query_abs_max