MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / anyUiObjectIsHovered

Method anyUiObjectIsHovered

source/MRViewer/ImGuiMenu.cpp:1111–1114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1109}
1110
1111bool ImGuiMenu::anyUiObjectIsHovered() const
1112{
1113 return bool( uiRenderManager_->consumedInteractions & BasicUiRenderTask::InteractionMask::mouseHover );
1114}
1115
1116void ImGuiMenu::drawModalMessage_()
1117{

Callers 1

pickRenderObjectImplFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected