Changeset View
Changeset View
Standalone View
Standalone View
intern/ghost/intern/GHOST_WindowWin32.h
| Show First 20 Lines • Show All 92 Lines • ▼ Show 20 Lines | |||||
| bool m_inLiveResize; | bool m_inLiveResize; | ||||
| #ifdef WITH_INPUT_IME | #ifdef WITH_INPUT_IME | ||||
| GHOST_ImeWin32 *getImeInput() | GHOST_ImeWin32 *getImeInput() | ||||
| { | { | ||||
| return &m_imeInput; | return &m_imeInput; | ||||
| } | } | ||||
| void beginIME(GHOST_TInt32 x, GHOST_TInt32 y, GHOST_TInt32 w, GHOST_TInt32 h, int completed); | void beginIME(); | ||||
| void positionIME(GHOST_TInt32 x, GHOST_TInt32 y, GHOST_TInt32 h); | |||||
| void cancelIME(); | |||||
| void endIME(); | void endIME(); | ||||
| #endif /* WITH_INPUT_IME */ | #endif /* WITH_INPUT_IME */ | ||||
| private: | private: | ||||
| /** | /** | ||||
| * \param type: The type of rendering context create. | * \param type: The type of rendering context create. | ||||
| * \return Indication of success. | * \return Indication of success. | ||||
| ▲ Show 20 Lines • Show All 85 Lines • Show Last 20 Lines | |||||