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

Method update

example-ScrollView/src/ofApp.cpp:38–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38void ofApp::update()
39{
40 view->update();
41 addItem->update();
42 clearAll->update();
43}
44
45void ofApp::draw()
46{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected