MouseWheelEvent.isFlipped

If true, the values in x and y will be opposite. Multiply by -1 to change them back.

struct MouseWheelEvent
bool isFlipped;

Meta