Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ showOverMouseCursor
Method
showOverMouseCursor
src/eepp/ui/uipopupmenu.cpp:70–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
void UIPopUpMenu::showOverMouseCursor() {
71
showAtScreenPosition( getInput()->getMousePos().asFloat() );
72
}
73
74
bool UIPopUpMenu::hide() {
75
if ( isVisible() && !mHidingAction ) {
Callers
5
showProjectTreeMenu
Method · 0.80
createAndShowVariableMenu
Method · 0.80
buildSidePanelTab
Method · 0.80
openBranchMenu
Method · 0.80
openFileStatusMenu
Method · 0.80
Calls
2
asFloat
Method · 0.45
getMousePos
Method · 0.45
Tested by
no test coverage detected