Animated cursor frame info.
Defined in <SDL3/SDL_mouse.h>
typedef struct SDL_CursorFrameInfo
{/**< The surface data for this frame */
SDL_Surface *surface; /**< The frame duration in milliseconds (a duration of 0 is infinite) */
Uint32 duration; } SDL_CursorFrameInfo;
This struct is available since SDL 3.4.0.