hi,
I just opened a file in the latest Jucer 1.9. and when saving
it generates a mouseWheelMove callback like that with the old arguments
void mouseWheelMove (const MouseEvent& e, float wheelIncrement);
instead of
void mouseWheelMove (const MouseEvent& e, float wheelIncrementX, float wheelIncrementY);
