Home
last modified time | relevance | path

Searched defs:ImGuiInputTextCallbackData (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/imgui/
Dimgui.h1421 struct ImGuiInputTextCallbackData struct
1423 ImGuiInputTextFlags EventFlag; // One ImGuiInputTextFlags_Callback* // Read-only
1424 ImGuiInputTextFlags Flags; // What user passed to InputText() // Read-only
1425 void* UserData; // What user passed to InputText() // Read-only
1442 IMGUI_API ImGuiInputTextCallbackData(); argument
1445 bool HasSelection() const { return SelectionStart != SelectionEnd; } in HasSelection()
Dimgui_widgets.cpp3006 ImGuiInputTextCallbackData::ImGuiInputTextCallbackData() in ImGuiInputTextCallbackData() function in ImGuiInputTextCallbackData
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui.h1414 struct ImGuiInputTextCallbackData struct
1416 ImGuiInputTextFlags EventFlag; // One ImGuiInputTextFlags_Callback* // Read-only
1417 ImGuiInputTextFlags Flags; // What user passed to InputText() // Read-only
1418 void* UserData; // What user passed to InputText() // Read-only
1435 IMGUI_API ImGuiInputTextCallbackData(); argument
1438 bool HasSelection() const { return SelectionStart != SelectionEnd; } in HasSelection()
Dimgui_widgets.cpp3006 ImGuiInputTextCallbackData::ImGuiInputTextCallbackData() in ImGuiInputTextCallbackData() function in ImGuiInputTextCallbackData
/third_party/skia/third_party/externals/imgui/
Dimgui.h1968 struct ImGuiInputTextCallbackData struct
1970 ImGuiInputTextFlags EventFlag; // One ImGuiInputTextFlags_Callback* // Read-only
1971 ImGuiInputTextFlags Flags; // What user passed to InputText() // Read-only
1972 void* UserData; // What user passed to InputText() // Read-only
1989 IMGUI_API ImGuiInputTextCallbackData(); argument
1992 void SelectAll() { SelectionStart = 0; SelectionEnd = BufTextLen; } in SelectAll()
1993 void ClearSelection() { SelectionStart = SelectionEnd = BufTextLen; } in ClearSelection()
1994 bool HasSelection() const { return SelectionStart != SelectionEnd; } in HasSelection()
Dimgui_widgets.cpp3790 ImGuiInputTextCallbackData::ImGuiInputTextCallbackData() in ImGuiInputTextCallbackData() function in ImGuiInputTextCallbackData