Add API for the application to notify the IME system of state changes

This commit is contained in:
Kovid Goyal
2018-07-11 10:13:38 +05:30
parent 1061e40b98
commit 342164ede1
11 changed files with 64 additions and 4 deletions

1
glfw/ibus_glfw.h vendored
View File

@@ -50,3 +50,4 @@ void glfw_ibus_terminate(_GLFWIBUSData *ibus);
void glfw_ibus_set_focused(_GLFWIBUSData *ibus, GLFWbool focused);
void glfw_ibus_dispatch(_GLFWIBUSData *ibus);
GLFWbool ibus_process_key(const KeyEvent *ev_);
void glfw_ibus_set_cursor_geometry(_GLFWIBUSData *ibus, int x, int y, int w, int h);