MCPcopy 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
70void UIPopUpMenu::showOverMouseCursor() {
71 showAtScreenPosition( getInput()->getMousePos().asFloat() );
72}
73
74bool UIPopUpMenu::hide() {
75 if ( isVisible() && !mHidingAction ) {

Callers 5

showProjectTreeMenuMethod · 0.80
buildSidePanelTabMethod · 0.80
openBranchMenuMethod · 0.80
openFileStatusMenuMethod · 0.80

Calls 2

asFloatMethod · 0.45
getMousePosMethod · 0.45

Tested by

no test coverage detected