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