wlmaker
|
#include <input.h>
Public Attributes | |
uint32_t | button |
wlmtk_button_event_type_t | type |
uint32_t | time_msec |
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::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, ...