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

Method Ouchy

examples/Test.cpp:90–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88std::vector<Ouchy::Ptr> Ouchy::m_ouchies;
89
90Ouchy::Ouchy( sfg::Button::Ptr button ) :
91 m_button( button ),
92 m_state( false )
93{
94}
95
96void Ouchy::DoOuch() {
97 if( !m_state ) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected