|
Blender V4.5
|
#include <GHOST_Types.h>
Public Attributes | |
| std::string | result |
| std::string | composite |
| int | cursor_position |
| int | target_start |
| int | target_end |
Definition at line 641 of file GHOST_Types.h.
| std::string GHOST_TEventImeData::composite |
Definition at line 643 of file GHOST_Types.h.
| int GHOST_TEventImeData::cursor_position |
Cursor position in the IME composition.
Definition at line 645 of file GHOST_Types.h.
| std::string GHOST_TEventImeData::result |
UTF8 encoded strings.
Definition at line 643 of file GHOST_Types.h.
| int GHOST_TEventImeData::target_end |
Represents the position of the end of the selection
Definition at line 649 of file GHOST_Types.h.
| int GHOST_TEventImeData::target_start |
Represents the position of the beginning of the selection
Definition at line 647 of file GHOST_Types.h.