Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TankOs/SFGUI
/ Stop
Method
Stop
src/SFGUI/Spinner.cpp:29–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
void Spinner::Stop() {
30
m_started = false;
31
32
Invalidate();
33
}
34
35
bool Spinner::Started() const {
36
return m_started;
Callers
2
OnToggleSpinner
Method · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
1
OnToggleSpinner
Method · 0.64