logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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