MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Tools / keyboard_handle_modifiers

Function keyboard_handle_modifiers

cube/cube.cpp:620–621  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

618}
619
620static void keyboard_handle_modifiers(void *data, wl_keyboard *keyboard, uint32_t serial, uint32_t mods_depressed,
621 uint32_t mods_latched, uint32_t mods_locked, uint32_t group) {}
622
623static const struct wl_keyboard_listener keyboard_listener = {
624 keyboard_handle_keymap, keyboard_handle_enter, keyboard_handle_leave, keyboard_handle_key, keyboard_handle_modifiers,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected