1INPUT_MT_REPORT_POIN(9)         Input Subsystem        INPUT_MT_REPORT_POIN(9)
2
3
4

NAME

6       input_mt_report_pointer_emulation - common pointer emulation
7

SYNOPSIS

9       void input_mt_report_pointer_emulation(struct input_dev * dev,
10                                              bool use_count);
11

ARGUMENTS

13       dev
14           input device with allocated MT slots
15
16       use_count
17           report number of active contacts as finger count
18

DESCRIPTION

20       Performs legacy pointer emulation via BTN_TOUCH, ABS_X, ABS_Y and
21       ABS_PRESSURE. Touchpad finger count is emulated if use_count is true.
22
23       The input core ensures only the KEY and ABS axes already setup for this
24       device will produce output.
25
27Kernel Hackers Manual 3.10         June 2019           INPUT_MT_REPORT_POIN(9)
Impressum