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

Method draw

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

Source from the content-addressed store, hash-verified

43}
44
45void ofApp::draw()
46{
47 view->draw();
48 addItem->draw();
49 clearAll->draw();
50}
51
52void ofApp::onScrollViewEvent(ofxDatGuiScrollViewEvent e)
53{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected