Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1319
bool Widget::hasCapture()
1320
{
1321
return hasFlags(HAS_CAPTURE);
1322
}
1323
1324
int Widget::mnemonicChar() const
1325
{
Callers
8
onPaint
Method · 0.80
onScrollChanged
Method · 0.80
onMouseDown
Method · 0.80
onMouseDown
Method · 0.80
onMouseDown
Method · 0.80
onMouseMove
Method · 0.80
onDoubleClick
Method · 0.80
freeWidget
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected