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

Method FindHoveredWindowEx

CPPScripts/External/ImGui/imgui.cpp:5821–5876  ·  view source on GitHub ↗

Find window given position, search front-to-back - Typically write output back to g.HoveredWindow and g.HoveredWindowUnderMovingWindow. - FIXME: Note that we have an inconsequential lag here: OuterRectClipped is updated in Begin(), so windows moved programmatically with SetWindowPos() and not SetNextWindowPos() will have that rectangle lagging by a frame at the time FindHoveredWindow() is called,

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 4

ImMaxFunction · 0.85
ImVec2Function · 0.85
ImRectFunction · 0.70
ContainsMethod · 0.45

Tested by

no test coverage detected