I am getting the Callback for mouseDown, mouseUp, mouseDrag etc… but not for mouseWheelMove (const juce::MouseEvent& e, float wheelIncrementX,
float wheelIncrementY);
How to get the callback ? Pls suggest
I am getting the Callback for mouseDown, mouseUp, mouseDrag etc… but not for mouseWheelMove (const juce::MouseEvent& e, float wheelIncrementX,
float wheelIncrementY);
How to get the callback ? Pls suggest
You’ve probably just mis-typed the method name somehow.