wl_text_input.h 317 B

12345678910111213
  1. /*
  2. * Copyright (C) 2021 Kovid Goyal <kovid at kovidgoyal.net>
  3. *
  4. * Distributed under terms of the GPL3 license.
  5. */
  6. #pragma once
  7. #include <wayland-client.h>
  8. void _glfwWaylandBindTextInput(struct wl_registry* registry, uint32_t name);
  9. void _glfwWaylandInitTextInput(void);
  10. void _glfwWaylandDestroyTextInput(void);