1INPUT_MT_REPORT_FING(9) Input Subsystem INPUT_MT_REPORT_FING(9)
2
3
4
6 input_mt_report_finger_count - report contact count
7
9 void input_mt_report_finger_count(struct input_dev * dev, int count);
10
12 dev
13 input device with allocated MT slots
14
15 count
16 the number of contacts
17
19 Reports the contact count via BTN_TOOL_FINGER, BTN_TOOL_DOUBLETAP,
20 BTN_TOOL_TRIPLETAP and BTN_TOOL_QUADTAP.
21
22 The input core ensures only the KEY events already setup for this
23 device will produce output.
24
26Kernel Hackers Manual 3.10 June 2019 INPUT_MT_REPORT_FING(9)