Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/braitsch/ofxDatGui
/ onMatrixEvent
Method
onMatrixEvent
example-Matrices/src/ofApp.cpp:60–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
void ofApp::onMatrixEvent(ofxDatGuiMatrixEvent e)
61
{
62
// remember all indices are zero based //
63
cout <<
"onMatrixEvent : "
<< e.child <<
" was clicked"
<< endl;
64
}
65
66
67
Callers
1
setup
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected