Lines Matching refs:events
5 A single hardware event generates multiple input events. Each input event
7 used to separate input events into packets of input data changes occurring at
23 type has a set of applicable codes to be used in generating events. See the
27 - Used as markers to separate events. Events may be separated in time or in
76 - Used to synchronize and separate events into packets of input data changes
85 - Used to synchronize and separate touch events. See the
90 Client should ignore all events up to and including next SYN_REPORT
96 EV_KEY events take the form KEY_<name> or BTN_<name>. For example, KEY_A is used
99 emitted with value 0. Some hardware send events when a key is repeated. These
100 events have a value of 2. In general, KEY_<name> is used for keyboard keys, and
101 BTN_<name> is used for other types of momentary switch events.
112 code when events are generated.
140 purpose. A trackpad event generated by finger touches should generate events
152 EV_REL events describe relative changes in a property. For example, a mouse may
165 EV_ABS events describe absolute changes in a property. For example, a touchpad
178 - Used to describe multitouch input events. Please see
183 EV_SW events describe stateful binary switches. For example, the SW_LID code is
196 EV_MSC events are used for input and output events that do not fall under other
205 consecutive events is reliable on a reasonable time scale (hours).
212 EV_LED events are used for input and output to set and query the state of
217 EV_REP events are used for specifying autorepeating events.
221 EV_SND events are used for sending sound commands to simple sound output
226 EV_FF events are used to initialize a force feedback capable device and to cause
231 EV_PWR events are a special type of event used specifically for power
314 scroll wheel events where available.
321 contact. BTN_TOOL_<name> events should be reported where possible.
328 events like mice described above.
339 BTN_TOOL_<name> events must be reported when a stylus or other tool is active on