Searched refs:ActiveIdHasBeenEdited (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h797 bool ActiveIdHasBeenEdited; // Was the value associated to the widget Edited over the course of the Active state. member in struct:ImGuiContext
960 ActiveIdHasBeenEdited = false;
H A Dimgui.cpp2639 g.ActiveIdHasBeenEdited = false;
2718 g.ActiveIdHasBeenEdited = true;
3454 g.ActiveIdPreviousFrameHasBeenEdited = g.ActiveIdHasBeenEdited;
4239 return IsItemDeactivated() && (g.ActiveIdPreviousFrameHasBeenEdited || (g.ActiveId == 0 && g.ActiveIdHasBeenEdited));
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h797 bool ActiveIdHasBeenEdited; // Was the value associated to the widget Edited over the course of the Active state. member in struct:ImGuiContext
960 ActiveIdHasBeenEdited = false;
H A Dimgui.cpp2639 g.ActiveIdHasBeenEdited = false;
2718 g.ActiveIdHasBeenEdited = true;
3454 g.ActiveIdPreviousFrameHasBeenEdited = g.ActiveIdHasBeenEdited;
4239 return IsItemDeactivated() && (g.ActiveIdPreviousFrameHasBeenEdited || (g.ActiveId == 0 && g.ActiveIdHasBeenEdited));

Completed in 43 milliseconds