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

Function keyboard_handle_enter

cube/cube.cpp:595–596  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

593static void keyboard_handle_keymap(void *data, struct wl_keyboard *keyboard, uint32_t format, int fd, uint32_t size) {}
594
595static void keyboard_handle_enter(void *data, struct wl_keyboard *keyboard, uint32_t serial, struct wl_surface *surface,
596 struct wl_array *keys) {}
597
598static void keyboard_handle_leave(void *data, struct wl_keyboard *keyboard, uint32_t serial, struct wl_surface *surface) {}
599

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected