MCPcopy 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
1314bool Widget::hasMouseOver()
1315{
1316 return (this == pick(get_mouse_position()));
1317}
1318
1319bool Widget::hasCapture()
1320{

Callers 8

paintButtonMethod · 0.80
paintCheckBoxMethod · 0.80
paintLinkLabelMethod · 0.80
paintRadioButtonMethod · 0.80
paintSliderMethod · 0.80
paintComboBoxButtonMethod · 0.80
paintViewMethod · 0.80
paintWindowButtonMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected