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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h840 ImGuiFocusedFlags_AnyWindow = 1 << 2, // IsWindowFocused(): Return true if any window is focused. Important: If you are trying to tell how to dispatch your low-level inputs, do NOT use this. Use ImGui::GetIO().WantCaptureMouse instead. enumerator in enum:ImGuiFocusedFlags_
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h840 ImGuiFocusedFlags_AnyWindow = 1 << 2, // IsWindowFocused(): Return true if any window is focused. Important: If you are trying to tell how to dispatch your low-level inputs, do NOT use this. Use ImGui::GetIO().WantCaptureMouse instead. enumerator in enum:ImGuiFocusedFlags_

Completed in 103 milliseconds