|
wlmaker
|

Public Attributes | |
| bs_dllist_node_t | dlnode |
| struct wlr_input_device * | wlr_input_device_ptr |
| void * | handle_ptr |
| struct wl_listener | destroy_listener |
| wlmim_t * | input_manager_ptr |
Wraps an input device.
| struct wl_listener wlmim_device::destroy_listener |
Listener for the destroy signal of wlr_input_device.
| bs_dllist_node_t wlmim_device::dlnode |
List node, as an element of wlmim_t::devices.
| void* wlmim_device::handle_ptr |
Handle to the wlmaker actual device.
| wlmim_t* wlmim_device::input_manager_ptr |
Back-link to input manager.
| struct wlr_input_device* wlmim_device::wlr_input_device_ptr |
The input device.