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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h1182 int LastFrameActive; // Last frame number the window was Active. member in struct:ImGuiWindow
H A Dimgui.cpp2537 LastFrameActive = -1;
4891 const bool first_begin_of_the_frame = (window->LastFrameActive != current_frame);
4893 // Update Flags, LastFrameActive, BeginOrderXXX fields
4906 bool window_just_activated_by_user = (window->LastFrameActive < current_frame - 1); // Not using !WasActive because the implicit "Debug" window would always toggle off->on
4988 window->LastFrameActive = current_frame;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h1182 int LastFrameActive; // Last frame number the window was Active. member in struct:ImGuiWindow
H A Dimgui.cpp2537 LastFrameActive = -1;
4891 const bool first_begin_of_the_frame = (window->LastFrameActive != current_frame);
4893 // Update Flags, LastFrameActive, BeginOrderXXX fields
4906 bool window_just_activated_by_user = (window->LastFrameActive < current_frame - 1); // Not using !WasActive because the implicit "Debug" window would always toggle off->on
4988 window->LastFrameActive = current_frame;

Completed in 45 milliseconds