MCPcopy Create free account
hub / github.com/braitsch/ofxDatGui / update

Method update

example-ofParameter/src/ofApp.cpp:48–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void ofApp::update()
49{
50 s1->update();
51 s2->update();
52 s3->update();
53}
54
55void ofApp::draw()
56{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected