Home
last modified time | relevance | path

Searched refs:ImGuiInputTextState (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/imgui/
H A Dimgui_internal.h69 struct ImGuiInputTextState; // Internal state of the currently focused/edited text input box
104 #define STB_TEXTEDIT_STRING ImGuiInputTextState
561 struct IMGUI_API ImGuiInputTextState struct
580 ImGuiInputTextState() { memset(this, 0, sizeof(*this)); } in ImGuiInputTextState() argument
890 ImGuiInputTextState InputTextState;
H A Dimgui_widgets.cpp2999 void ImGuiInputTextState::OnKeyPressed(int key) in OnKeyPressed()
3043 ImGuiInputTextState* edit_state = &g.InputTextState; in InsertChars()
3205 ImGuiInputTextState& edit_state = g.InputTextState; in InputTextEx()