logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SDL_MouseWheelDirection - Scroll direction types for the Scroll event

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;

See Also