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

Method hasCapture

src/ui/widget.cpp:1319–1322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1317}
1318
1319bool Widget::hasCapture()
1320{
1321 return hasFlags(HAS_CAPTURE);
1322}
1323
1324int Widget::mnemonicChar() const
1325{

Callers 8

onPaintMethod · 0.80
onScrollChangedMethod · 0.80
onMouseDownMethod · 0.80
onMouseDownMethod · 0.80
onMouseDownMethod · 0.80
onMouseMoveMethod · 0.80
onDoubleClickMethod · 0.80
freeWidgetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected