Changeset View
Changeset View
Standalone View
Standalone View
intern/ghost/intern/GHOST_ImeWin32.h
| Show First 20 Lines • Show All 155 Lines • ▼ Show 20 Lines | public: | ||||
| /* Saves the current conversion status. */ | /* Saves the current conversion status. */ | ||||
| void UpdateConversionStatus(HWND window_handle); | void UpdateConversionStatus(HWND window_handle); | ||||
| /* Is the IME currently in conversion mode? */ | /* Is the IME currently in conversion mode? */ | ||||
| bool IsEnglishMode(); | bool IsEnglishMode(); | ||||
| /* Checks a key whether IME has to do handling. */ | /* Checks a key whether IME has to do handling. */ | ||||
| bool IsImeKeyEvent(char ascii); | bool IsImeKeyEvent(char ascii, GHOST_TKey key); | ||||
| /** | /** | ||||
| * Create the IME windows, and allocate required resources for them. | * Create the IME windows, and allocate required resources for them. | ||||
| * Parameters | * Parameters | ||||
| * * window_handle [in] (HWND) | * * window_handle [in] (HWND) | ||||
| * Represents the window handle of the caller. | * Represents the window handle of the caller. | ||||
| */ | */ | ||||
| void CreateImeWindow(HWND window_handle); | void CreateImeWindow(HWND window_handle); | ||||
| ▲ Show 20 Lines • Show All 200 Lines • Show Last 20 Lines | |||||