Lines Matching full:events
12 A single hardware event generates multiple input events. Each input event
14 used to separate input events into packets of input data changes occurring at
18 The input protocol is a stateful protocol. Events are emitted only when values
31 type has a set of applicable codes to be used in generating events. See the
36 - Used as markers to separate events. Events may be separated in time or in
99 - Used to synchronize and separate events into packets of input data changes
110 - Used to synchronize and separate touch events. See the
116 Client should ignore all events up to and including next SYN_REPORT
123 EV_KEY events take the form KEY_<name> or BTN_<name>. For example, KEY_A is used
126 emitted with value 0. Some hardware send events when a key is repeated. These
127 events have a value of 2. In general, KEY_<name> is used for keyboard keys, and
128 BTN_<name> is used for other types of momentary switch events.
140 code when events are generated. Likewise all trackpads, tablets, and
174 purpose. A trackpad event generated by finger touches should generate events
187 EV_REL events describe relative changes in a property. For example, a mouse may
199 this may be an approximation based on the high-resolution scroll events,
214 scroll events. There is no guarantee that the high-resolution data
221 EV_ABS events describe absolute changes in a property. For example, a touchpad
246 - Used to describe multitouch input events. Please see
267 EV_SW events describe stateful binary switches. For example, the SW_LID code is
281 EV_MSC events are used for input and output events that do not fall under other
291 consecutive events is reliable on a reasonable time scale (hours).
299 EV_LED events are used for input and output to set and query the state of
305 EV_REP events are used for specifying autorepeating events.
310 EV_SND events are used for sending sound commands to simple sound output
316 EV_FF events are used to initialize a force feedback capable device and to cause
322 EV_PWR events are a special type of event used specifically for power
416 scroll wheel events where available.
424 contact. BTN_TOOL_<name> events should be reported where possible.
432 events like mice described above.
444 BTN_TOOL_<name> events must be reported when a stylus or other tool is active on