Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1309
bool Widget::hasMouse()
1310
{
1311
return hasFlags(HAS_MOUSE);
1312
}
1313
1314
bool Widget::hasMouseOver()
1315
{
Callers
6
onExecute
Method · 0.80
paintMenuItem
Method · 0.80
paintViewScrollbar
Method · 0.80
onProcessMessage
Method · 0.80
setMouse
Method · 0.80
freeWidget
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected