My Project
Static Public Member Functions | List of all members
ParaEngine::CGUIIME Class Reference

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...
 

Detailed Description

GUI IME message system.

all functions are static

Member Function Documentation

§ OnFocusIn()

static bool ParaEngine::CGUIIME::OnFocusIn ( )
inlinestatic

To be called when a GUI virtual window gains focus.

§ OnFocusOut()

static bool ParaEngine::CGUIIME::OnFocusOut ( )
inlinestatic

To be called when a GUI virtual window loses focus.

§ SetCompositionPosition()

static void ParaEngine::CGUIIME::SetCompositionPosition ( int  x,
int  y 
)
inlinestatic

when we use the default IME window to render, the application (EditBox control) should call this function to set the ime window position.


The documentation for this class was generated from the following file: