| 618 | } |
| 619 | |
| 620 | static 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 | |
| 623 | static const struct wl_keyboard_listener keyboard_listener = { |
| 624 | keyboard_handle_keymap, keyboard_handle_enter, keyboard_handle_leave, keyboard_handle_key, keyboard_handle_modifiers, |
nothing calls this directly
no outgoing calls
no test coverage detected