Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
95
void ofApp::onTextInputEvent(ofxDatGuiTextInputEvent e)
96
{
97
cout <<
"onTextInputEvent: "
<< e.target->getLabel() <<
" "
<< e.target->getText() << endl;
98
}
99
100
void ofApp::onColorPickerEvent(ofxDatGuiColorPickerEvent e)
101
{
Callers
1
setup
Method · 0.45
Calls
2
getLabel
Method · 0.45
getText
Method · 0.45
Tested by
no test coverage detected