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_HINT_MOUSE_DEFAULT_SYSTEM_CURSOR - A variable setting which system cursor to use as the default

Availability

       This hint is available since SDL 3.2.0.

Simple Directmedia Layer                           SDL 3.2.10            SDL_HINT_MOUSE_DEFAULT_SYSTEM_CURSOR(3)

Description

       This should be an integer corresponding to the

       SDL_SystemCursor
        enum. The default value is zero ( SDL_SYSTEM_CURSOR_DEFAULT ).

       This hint needs to be set before SDL_Init ().

Header File

       Defined in SDL3/SDL_hints.h

Name

       SDL_HINT_MOUSE_DEFAULT_SYSTEM_CURSOR  -  A  variable  setting  which  system cursor to use as the default
       cursor.

Synopsis

#include"SDL3/SDL.h"#defineSDL_HINT_MOUSE_DEFAULT_SYSTEM_CURSORSDL_MOUSE_DEFAULT_SYSTEM_CURSOR"

See Also