Query: input_mt_report_pointer_emulation
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
INPUT_MT_REPORT_POIN(9) Input Subsystem INPUT_MT_REPORT_POIN(9)NAMEinput_mt_report_pointer_emulation - common pointer emulationSYNOPSISvoid input_mt_report_pointer_emulation(struct input_dev * dev, bool use_count);ARGUMENTSdev input device with allocated MT slots use_count report number of active contacts as finger countDESCRIPTIONPerforms legacy pointer emulation via BTN_TOUCH, ABS_X, ABS_Y and ABS_PRESSURE. Touchpad finger count is emulated if use_count is true. The input core ensures only the KEY and ABS axes already setup for this device will produce output.COPYRIGHTKernel Hackers Manual 3.10 June 2014 INPUT_MT_REPORT_POIN(9)