Home
last modified time | relevance | path

Searched defs:window_just_activated_by_user (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/imgui/
H A Dimgui.cpp4906 bool window_just_activated_by_user = (window->LastFrameActive < current_frame - 1); // Not using !WasActive because the implicit "Debug" window would always toggle off->on in Begin() local
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp5794 bool window_just_activated_by_user = (window->LastFrameActive < current_frame - 1); // Not using !WasActive because the implicit "Debug" window would always toggle off->on in Begin() local

Completed in 41 milliseconds