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

Method IsItemHovered

CPPScripts/External/ImGui/imgui.cpp:4533–4619  ·  view source on GitHub ↗

This is roughly matching the behavior of internal-facing ItemHoverable() - we allow hovering to be true when ActiveId==window->MoveID, so that clicking on non-interactive items such as a Text() item still returns true with IsItemHovered() - this should work even for non-interactive items that have no ID, so we cannot use LastItemId

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 3

GetIDFromPosMethod · 0.80

Tested by

no test coverage detected