MCPcopy Create free account
hub / github.com/Veerzeng/GraphicAlgorithm / IsItemHovered

Method IsItemHovered

SDK/imgui_master/imgui.cpp:2641–2678  ·  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 1

IsWindowContentHoverableFunction · 0.85

Tested by

no test coverage detected