MCPcopy 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
21void Spinner::Start() {
22 m_started = true;
23 m_elapsed_time = 0.f;
24 m_stage = 1;
25
26 Invalidate();
27}
28
29void Spinner::Stop() {
30 m_started = false;

Callers 3

RunMethod · 0.80
OnToggleSpinnerMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by 2

RunMethod · 0.64
OnToggleSpinnerMethod · 0.64