Is there any example of mouseScrolled event?
I tried to show some messages in this method:
void ofApp::mouseScrolled(int x, int y, float scrollX, float scrollY)
or
void ofApp::mouseScrolled(ofMouseEventArgs &mouse)
And it doesn’t work
Is there any example of mouseScrolled event?
I tried to show some messages in this method:
void ofApp::mouseScrolled(int x, int y, float scrollX, float scrollY)
or
void ofApp::mouseScrolled(ofMouseEventArgs &mouse)
And it doesn’t work