MCPcopy 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
60void 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

setupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected