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

Method onParamFloatChanged

example-RangeSliders/src/ofApp.cpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void ofApp::onParamFloatChanged(float & f)
51{
52 // cout << "onParamFloatChanged "<< f << endl;
53}
54
55void ofApp::onSliderEvent(ofxDatGuiSliderEvent e)
56{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected