SDL_MouseWheelDirection.3type - Man Page
Scroll direction types for the Scroll event
Header File
Defined in SDL3/SDL_mouse.h
Synopsis
#include "SDL3/SDL.h" typedef enum SDL_MouseWheelDirection { SDL_MOUSEWHEEL_NORMAL, /**< The scroll direction is normal */ SDL_MOUSEWHEEL_FLIPPED /**< The scroll direction is flipped / natural */ } SDL_MouseWheelDirection;
Availability
This enum is available since SDL 3.2.0.
Info
SDL 3.2.2 Simple Directmedia Layer SDL3 DATATYPES