Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TankOs/SFGUI
/ Start
Method
Start
src/SFGUI/Spinner.cpp:21–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
void Spinner::Start() {
22
m_started = true;
23
m_elapsed_time = 0.f;
24
m_stage = 1;
25
26
Invalidate();
27
}
28
29
void Spinner::Stop() {
30
m_started = false;
Callers
3
Run
Method · 0.80
OnToggleSpinner
Method · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
2
Run
Method · 0.64
OnToggleSpinner
Method · 0.64