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

Method ItemHoverable

CPPScripts/External/ImGui/imgui.cpp:4627–4714  ·  view source on GitHub ↗

Internal facing ItemHoverable() used when submitting widgets. Differs slightly from IsItemHovered(). (this does not rely on LastItemData it can be called from a ButtonBehavior() call not following an ItemAdd() call) FIXME-LEGACY: the 'ImGuiItemFlags item_flags' parameter was added on 2023-06-28. If you used this in your legacy/custom widgets code: - Commonly: if your ItemHoverable() call comes aft

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 3

ImVec2Function · 0.85
GetForegroundDrawListFunction · 0.85
AddRectMethod · 0.80

Tested by

no test coverage detected