Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/braitsch/ofxDatGui
/ windowResized
Method
windowResized
example-DataBinding/src/ofApp.cpp:52–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
void ofApp::windowResized(int w, int h)
53
{
54
// update the slider boundaries //
55
sx->setMax(ofGetWidth());
56
sy->setMax(ofGetHeight());
57
}
Callers
nothing calls this directly
Calls
1
setMax
Method · 0.80
Tested by
no test coverage detected