MouseWheelEvent.isFlipped

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

struct MouseWheelEvent
static if(SDL_VERSION_ATLEAST(2, 0, 4))
bool isFlipped;

Meta