MCPcopy Create free account
hub / github.com/cinder/Cinder / ActivityStartStop

Method ActivityStartStop

test/Android/ActivityStartStop/src/ActivityStartStop.cpp:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29};
30
31ActivityStartStop::ActivityStartStop()
32{
33 ci::android::setActivityGainedFocusCallback( std::bind( &ActivityStartStop::onActivityGainedFocus, this ) );
34 ci::android::setActivityLostFocusCallback( std::bind( &ActivityStartStop::onActivityLostFocus, this ) );
35}
36
37void ActivityStartStop::setup()
38{

Callers

nothing calls this directly

Calls 3

bindFunction · 0.50

Tested by

no test coverage detected