Changeset View
Changeset View
Standalone View
Standalone View
intern/ghost/intern/GHOST_ImeWin32.cpp
| Show All 24 Lines | |||||
| * ***** END GPL LICENSE BLOCK ***** | * ***** END GPL LICENSE BLOCK ***** | ||||
| */ | */ | ||||
| /** \file ghost/intern/GHOST_ImeWin32.cpp | /** \file ghost/intern/GHOST_ImeWin32.cpp | ||||
| * \ingroup GHOST | * \ingroup GHOST | ||||
| */ | */ | ||||
| #ifdef WITH_INPUT_IME | #ifdef WITH_IM_ONTHESPOT | ||||
| #include "GHOST_C-api.h" | #include "GHOST_C-api.h" | ||||
| #include "GHOST_ImeWin32.h" | #include "GHOST_ImeWin32.h" | ||||
| #include "GHOST_WindowWin32.h" | #include "GHOST_WindowWin32.h" | ||||
| #include "utfconv.h" | #include "utfconv.h" | ||||
| GHOST_ImeWin32::GHOST_ImeWin32() | GHOST_ImeWin32::GHOST_ImeWin32() | ||||
| ▲ Show 20 Lines • Show All 470 Lines • ▼ Show 20 Lines | else { | ||||
| eventImeData.composite = 0; | eventImeData.composite = 0; | ||||
| eventImeData.composite_len = 0; | eventImeData.composite_len = 0; | ||||
| eventImeData.cursor_position = -1; | eventImeData.cursor_position = -1; | ||||
| eventImeData.target_start = -1; | eventImeData.target_start = -1; | ||||
| eventImeData.target_end = -1; | eventImeData.target_end = -1; | ||||
| } | } | ||||
| } | } | ||||
| #endif // WITH_INPUT_IME | #endif // WITH_IM_ONTHESPOT | ||||