My Project
|
GUI IME message system. More...
#include <GUIIME.h>
Static Public Member Functions | |
static void | EnableImeSystem (bool bEnable) |
static bool | IsEnableImeSystem () |
static void | SetCompositionPosition (int x, int y) |
when we use the default IME window to render, the application (EditBox control) should call this function to set the ime window position. More... | |
static bool | OnFocusIn () |
To be called when a GUI virtual window gains focus. More... | |
static bool | OnFocusOut () |
To be called when a GUI virtual window loses focus. More... | |
GUI IME message system.
all functions are static
|
inlinestatic |
To be called when a GUI virtual window gains focus.
|
inlinestatic |
To be called when a GUI virtual window loses focus.
|
inlinestatic |
when we use the default IME window to render, the application (EditBox control) should call this function to set the ime window position.