Blender V5.0
GHOST_TEventImeData Struct Reference

#include <GHOST_Types.h>

Public Attributes

std::string result
std::string composite
int cursor_position
int target_start
int target_end

Detailed Description

Warning
this is a duplicate of #wmImeData. All members must remain aligned and the struct size match!

Definition at line 702 of file GHOST_Types.h.

Member Data Documentation

◆ composite

std::string GHOST_TEventImeData::composite

Definition at line 704 of file GHOST_Types.h.

◆ cursor_position

int GHOST_TEventImeData::cursor_position

Cursor position in the IME composition.

Definition at line 706 of file GHOST_Types.h.

◆ result

std::string GHOST_TEventImeData::result

UTF8 encoded strings.

Definition at line 704 of file GHOST_Types.h.

◆ target_end

int GHOST_TEventImeData::target_end

Represents the position of the end of the selection

Definition at line 710 of file GHOST_Types.h.

◆ target_start

int GHOST_TEventImeData::target_start

Represents the position of the beginning of the selection

Definition at line 708 of file GHOST_Types.h.


The documentation for this struct was generated from the following file: