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