wl_keyboard_listener

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

enter
void function(void* data, wl_keyboard* wl_keyboard, uint serial, wl_surface* surface, wl_array* keys) enter;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
key
void function(void* data, wl_keyboard* wl_keyboard, uint serial, uint time, uint key, uint state) key;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
keymap
void function(void* data, wl_keyboard* wl_keyboard, uint format, int fd, uint size) keymap;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
leave
void function(void* data, wl_keyboard* wl_keyboard, uint serial, wl_surface* surface) leave;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
modifiers
void function(void* data, wl_keyboard* wl_keyboard, uint serial, uint mods_depressed, uint mods_latched, uint mods_locked, uint group) modifiers;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
repeat_info
void function(void* data, wl_keyboard* wl_keyboard, int rate, int delay) repeat_info;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta