MCPcopy Create free account
hub / github.com/AshenvaleZX/ZXEngine / IsWindowHovered

Method IsWindowHovered

CPPScripts/External/ImGui/imgui.cpp:8078–8121  ·  view source on GitHub ↗

Is current window hovered and hoverable (e.g. not blocked by a popup/modal)? See ImGuiHoveredFlags_ for options. IMPORTANT: If you are trying to check whether your mouse should be dispatched to Dear ImGui or to your underlying app, you should not use this function! Use the 'io.WantCaptureMouse' boolean for that! Refer to FAQ entry "How can I tell whether to dispatch mouse/keyboard to Dear ImGui or

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

GetCombinedRootWindowFunction · 0.85

Tested by

no test coverage detected