MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / hasMouse

Method hasMouse

src/ui/widget.cpp:1309–1312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1307}
1308
1309bool Widget::hasMouse()
1310{
1311 return hasFlags(HAS_MOUSE);
1312}
1313
1314bool Widget::hasMouseOver()
1315{

Callers 6

onExecuteMethod · 0.80
paintMenuItemMethod · 0.80
paintViewScrollbarMethod · 0.80
onProcessMessageMethod · 0.80
setMouseMethod · 0.80
freeWidgetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected