vsgImGui 0.7.0
VulkanSceneGraph, ImGui and ImPlot integration library
Loading...
Searching...
No Matches
ImGuiInputTextState Struct Reference
Collaboration diagram for ImGuiInputTextState:

Public Member Functions

void ClearText ()
void ClearFreeMemory ()
void OnKeyPressed (int key)
void OnCharPressed (unsigned int c)
void CursorAnimReset ()
void CursorClamp ()
bool HasSelection () const
void ClearSelection ()
int GetCursorPos () const
int GetSelectionStart () const
int GetSelectionEnd () const
void SelectAll ()
void ReloadUserBufAndSelectAll ()
void ReloadUserBufAndKeepSelection ()
void ReloadUserBufAndMoveToEnd ()

Public Attributes

ImGuiContextCtx
ImStbTexteditState * Stb
ImGuiID ID
int TextLen
ImVector< char > TextA
ImVector< char > TextToRevertTo
ImVector< char > CallbackTextBackup
int BufCapacity
ImVec2 Scroll
float CursorAnim
bool CursorFollow
bool SelectedAllMouseLock
bool Edited
ImGuiInputTextFlags Flags
bool ReloadUserBuf
int ReloadSelectionStart
int ReloadSelectionEnd

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