wlmaker
|
Public Attributes | |
bs_dllist_node_t | node |
wlmaker_server_t * | server_ptr |
struct wlr_input_device * | wlr_input_device_ptr |
void * | handle_ptr |
struct wl_listener | destroy_listener |
Wraps an input device.
struct wl_listener wlmaker_input_device_t::destroy_listener |
Listener for the destroy
signal of wlr_input_device
.
void* wlmaker_input_device_t::handle_ptr |
Handle to the wlmaker actual device.
bs_dllist_node_t wlmaker_input_device_t::node |
List node, as an element of wlmaker_server_t.input_devices
.
wlmaker_server_t* wlmaker_input_device_t::server_ptr |
Back-link to the server this belongs.
struct wlr_input_device* wlmaker_input_device_t::wlr_input_device_ptr |
The input device.