|
wlmaker
|
#include <input.h>
Public Attributes | |
| uint32_t | button |
| wlmtk_button_event_type_t | type |
| uint32_t | time_msec |
| uint32_t | keyboard_modifiers |
Button events.
| uint32_t _wlmtk_button_event_t::button |
Button for which the event applies: linux/input-event-codes.h
| uint32_t _wlmtk_button_event_t::keyboard_modifiers |
Modifiers that were active when the button event happened.
| uint32_t _wlmtk_button_event_t::time_msec |
Time of the button event, in milliseconds.
| wlmtk_button_event_type_t _wlmtk_button_event_t::type |
Type of the event: DOWN, UP, ...