Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/braitsch/ofxDatGui
/ onParamIntChanged
Method
onParamIntChanged
example-RangeSliders/src/ofApp.cpp:45–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
void ofApp::onParamIntChanged(int & n)
46
{
47
// cout <<
"onParamIntChanged "
<< n << endl;
48
}
49
50
void ofApp::onParamFloatChanged(float & f)
51
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected