void GHOST_BeginIME(GHOST_WindowHandle windowhandle,
                    GHOST_TInt32 x, GHOST_TInt32 y,
                    GHOST_TInt32 w, GHOST_TInt32 h,
                    int complete)
{
	GHOST_IWindow *window = (GHOST_IWindow *) windowhandle;
	window->beginIME(x, y, w, h, complete);
}