Lines Matching refs:events
6 The input subsystem provides an API for dispatching input events from input
18 state, for example when the events corresponding to multiple axes of a
24 An input device can report input events directly using :c:func:`input_report`
28 Complex devices may use a combination of multiple events, and set the ``sync``
33 to only receive events from a specific device. If there's no actual device
42 callback is only invoked for events from the specific device, otherwise the
43 callback will receive all the events in the system. This is the only type of
49 all the events are added to a queue and executed in a common ``input`` thread.
69 Input devices generating X/Y/Touch events can be used in existing applications
99 - :dtcompatible:`input-keymap`: maps row/col/touch events from a keyboard
100 matrix to key events.
101 - :dtcompatible:`zephyr,input-longpress`: listens for key events, emits events
103 - :dtcompatible:`zephyr,input-double-tap`: listens for key events, emits events
108 :dtcompatible:`zephyr,lvgl-pointer-input`: listens for input events and