Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
45
void ofApp::draw()
46
{
47
view->draw();
48
addItem->draw();
49
clearAll->draw();
50
}
51
52
void ofApp::onScrollViewEvent(ofxDatGuiScrollViewEvent e)
53
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected