SDL_MouseWheelDirection - Scroll direction types for the Scroll event
Contents
Availability
This enum is available since SDL 3.2.0.
Simple Directmedia Layer SDL 3.2.20 SDL_MouseWheelDirection(3type)
Name
SDL_MouseWheelDirection - Scroll direction types for the Scroll event
Synopsis
#include<SDL3/SDL_mouse.h>typedefenumSDL_MouseWheelDirection{SDL_MOUSEWHEEL_NORMAL,/**<Thescrolldirectionisnormal*/SDL_MOUSEWHEEL_FLIPPED/**<Thescrolldirectionisflipped/natural*/}SDL_MouseWheelDirection;