Lines Matching full:should
116 Client should ignore all events up to and including next SYN_REPORT
137 code should be set to a value of 1. When the tool is no longer interacting
138 with the input device, the BTN_TOOL_<name> code should be reset to 0. All
139 trackpads, tablets, and touchscreens should use at least one BTN_TOOL_<name>
141 touchscreens should export only one BTN_TOOL_<name> at a time. To not break
172 BTN_TOOL_DOUBLETAP should be set to value 1 for the duration of the motion.
174 purpose. A trackpad event generated by finger touches should generate events
176 codes should have a value of 1 during any synchronization frame.
181 Note: In multitouch drivers, the input_mt_report_finger_count() function should
189 space is unknown. If the absolute position is known, EV_ABS codes should be used
201 REL_WHEEL_HI_RES and REL_HWHEEL_HI_RES should be preferred where
229 event should only be emitted while the tool is hovering, meaning in close
233 - BTN_TOOL_<name> should be set to 1 when the tool comes into detectable
257 A device should set the resolution of the axis to indicate whether the
289 should be coded as an uint32 value, which is allowed to wrap around with
336 The INPUT_PROP_DIRECT property indicates that device coordinates should be
349 considered undefined and the device type should be deduced in the
356 pressing down on the pad causes a button click, this property should be
369 touchpads, the SEMI_MT property should be set.
388 If INPUT_PROP_TOPBUTTONPAD is set, userspace should emulate buttons
414 the primary button press. BTN_{MIDDLE,RIGHT,4,5,etc.} should be used to report
415 further buttons of the device. REL_WHEEL and REL_HWHEEL should be used to report
424 contact. BTN_TOOL_<name> events should be reported where possible.
426 For new hardware, INPUT_PROP_DIRECT should be set.
435 location of the touch. BTN_TOUCH should be used to report when a touch is active
436 on the trackpad. Where multi-finger support is available, BTN_TOOL_<name> should
439 For new hardware, INPUT_PROP_POINTER should be set.
446 should be used to report when the tool is in contact with the tablet.
447 BTN_{STYLUS,STYLUS2} should be used to report buttons on the tool itself. Any
453 For new hardware, both INPUT_PROP_DIRECT and INPUT_PROP_POINTER should be set.