wlmaker
|
Public Attributes | |
bspl_dict_t * | config_dict_ptr |
wlmaker_server_t * | server_ptr |
struct wlr_keyboard * | wlr_keyboard_ptr |
struct wlr_seat * | wlr_seat_ptr |
struct wl_listener | modifiers_listener |
struct wl_listener | key_listener |
Keyboard handle.
bspl_dict_t* _wlmaker_keyboard_t::config_dict_ptr |
Configuration dictionnary, just the "Keyboard" section.
struct wl_listener _wlmaker_keyboard_t::key_listener |
Listener for the key
signal of wl_keyboard
.
struct wl_listener _wlmaker_keyboard_t::modifiers_listener |
Listener for the modifiers
signal of wl_keyboard
.
wlmaker_server_t* _wlmaker_keyboard_t::server_ptr |
Back-link to the server.
struct wlr_keyboard* _wlmaker_keyboard_t::wlr_keyboard_ptr |
The wlroots keyboard structure.
struct wlr_seat* _wlmaker_keyboard_t::wlr_seat_ptr |
The wlroots seat.