Open 3D Engine ImGui Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
ImGuiInputTextCallbackData Struct Reference

Public Member Functions

IMGUI_API void DeleteChars (int pos, int bytes_count)
 
IMGUI_API void InsertChars (int pos, const char *text, const char *text_end=NULL)
 
void SelectAll ()
 
void ClearSelection ()
 
bool HasSelection () const
 

Public Attributes

ImGuiInputTextFlags EventFlag
 
ImGuiInputTextFlags Flags
 
void * UserData
 
ImWchar EventChar
 
ImGuiKey EventKey
 
char * Buf
 
int BufTextLen
 
int BufSize
 
bool BufDirty
 
int CursorPos
 
int SelectionStart
 
int SelectionEnd
 

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