alias ImGui::TopLevel::ImGuiFocusedFlags
Alias Definition
ImGui::ImGuiFocusedFlags
  Defined in:
types.crConstant Summary
- 
        AnyWindow = 4
- 
        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 'io.WantCaptureMouse' instead! Please read the FAQ! 
- 
        ChildWindows = 1
- 
        Return true if any children of the window is focused 
- 
        None = 0
- 
        NoPopupHierarchy = 8
- 
        Do not consider popup hierarchy (do not treat popup emitter as parent of popup) (when used with _ChildWindows or _RootWindow) 
- 
        RootAndChildWindows = 3
- 
        RootWindow = 2
- 
        Test from root window (top most parent of the current hierarchy)