22 #include "../../SDL_internal.h"
27 #ifdef HAVE_IBUS_IBUS_H
28 #define SDL_USE_IBUS 1
30 #include <ibus-1.0/ibus.h>
33 extern void SDL_IBus_Quit(
void);
36 extern void SDL_IBus_SetFocus(
SDL_bool focused);
39 extern void SDL_IBus_Reset(
void);
48 extern void SDL_IBus_UpdateTextRect(
SDL_Rect *window_relative_rect);
52 extern void SDL_IBus_PumpEvents(
void);
A rectangle, with the origin at the upper left.