table of contents
other versions
- testing 3.4.4+ds-1
- unstable 3.4.4+ds-2
- experimental 3.5~git20260404~173adc1+ds-1
| SDL_CursorFrameInfo(3type) | SDL3 DATATYPES | SDL_CursorFrameInfo(3type) |
NAME¶
SDL_CursorFrameInfo - Animated cursor frame info.
SYNOPSIS¶
#include <SDL3/SDL_mouse.h>
typedef struct SDL_CursorFrameInfo
{
SDL_Surface *surface; /**< The surface data for this frame */
Uint32 duration; /**< The frame duration in milliseconds (a duration of 0 is infinite) */
} SDL_CursorFrameInfo;
AVAILABILITY¶
This struct is available since SDL 3.4.0.
| SDL 3.4.4 | Simple Directmedia Layer |