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

Method onTextInputEvent

example-xGenerativeLines/src/ofApp.cpp:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95void ofApp::onTextInputEvent(ofxDatGuiTextInputEvent e)
96{
97 cout << "onTextInputEvent: " << e.target->getLabel() << " " << e.target->getText() << endl;
98}
99
100void ofApp::onColorPickerEvent(ofxDatGuiColorPickerEvent e)
101{

Callers 1

setupMethod · 0.45

Calls 2

getLabelMethod · 0.45
getTextMethod · 0.45

Tested by

no test coverage detected