MCPcopy Create free account
hub / github.com/TankOs/SFGUI / Spinner

Method Spinner

src/SFGUI/Spinner.cpp:10–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8namespace sfg {
9
10Spinner::Spinner() :
11 m_elapsed_time( 0.f ),
12 m_stage( 1 ),
13 m_started( false )
14{
15}
16
17Spinner::Ptr Spinner::Create() {
18 return Ptr( new Spinner );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected