Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibreSprite/LibreSprite
/ hasMouseOver
Method
hasMouseOver
src/ui/widget.cpp:1314–1317 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1312
}
1313
1314
bool Widget::hasMouseOver()
1315
{
1316
return (this == pick(get_mouse_position()));
1317
}
1318
1319
bool Widget::hasCapture()
1320
{
Callers
8
paintButton
Method · 0.80
paintCheckBox
Method · 0.80
paintLinkLabel
Method · 0.80
paintRadioButton
Method · 0.80
paintSlider
Method · 0.80
paintComboBoxButton
Method · 0.80
paintView
Method · 0.80
paintWindowButton
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected