Searched refs:ActiveIdHasBeenPressed (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h796 bool ActiveIdHasBeenPressed; // Track whether the active id led to a press (this is to allow changing between PressOnClick and PressOnRelease without pressing twice). Used by range_select branch. member in struct:ImGuiContext
959 ActiveIdHasBeenPressed = false;
H A Dimgui_widgets.cpp511 g.ActiveIdHasBeenPressed = true;
H A Dimgui.cpp2638 g.ActiveIdHasBeenPressed = false;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h796 bool ActiveIdHasBeenPressed; // Track whether the active id led to a press (this is to allow changing between PressOnClick and PressOnRelease without pressing twice). Used by range_select branch. member in struct:ImGuiContext
959 ActiveIdHasBeenPressed = false;
H A Dimgui_widgets.cpp511 g.ActiveIdHasBeenPressed = true;
H A Dimgui.cpp2638 g.ActiveIdHasBeenPressed = false;

Completed in 69 milliseconds