|
Blender V5.0
|
#include <GHOST_Types.h>
Public Attributes | |
| std::string | result |
| std::string | composite |
| int | cursor_position |
| int | target_start |
| int | target_end |
Definition at line 702 of file GHOST_Types.h.
| std::string GHOST_TEventImeData::composite |
Definition at line 704 of file GHOST_Types.h.
| int GHOST_TEventImeData::cursor_position |
Cursor position in the IME composition.
Definition at line 706 of file GHOST_Types.h.
| std::string GHOST_TEventImeData::result |
UTF8 encoded strings.
Definition at line 704 of file GHOST_Types.h.
| int GHOST_TEventImeData::target_end |
Represents the position of the end of the selection
Definition at line 710 of file GHOST_Types.h.
| int GHOST_TEventImeData::target_start |
Represents the position of the beginning of the selection
Definition at line 708 of file GHOST_Types.h.