Searched refs:ImGuiInputTextState (Results 1 – 2 of 2) sorted by relevance
69 struct ImGuiInputTextState; // Internal state of the currently focused/edited text input box104 #define STB_TEXTEDIT_STRING ImGuiInputTextState561 struct IMGUI_API ImGuiInputTextState struct580 ImGuiInputTextState() { memset(this, 0, sizeof(*this)); } in ImGuiInputTextState() argument890 ImGuiInputTextState InputTextState;
2999 void ImGuiInputTextState::OnKeyPressed(int key) in OnKeyPressed()3043 ImGuiInputTextState* edit_state = &g.InputTextState; in InsertChars()3205 ImGuiInputTextState& edit_state = g.InputTextState; in InputTextEx()