Mouse device event structure (event.mdevice.*)
Defined in <SDL3/SDL_events.h>
typedef struct SDL_MouseDeviceEvent
{/**< SDL_EVENT_MOUSE_ADDED or SDL_EVENT_MOUSE_REMOVED */
SDL_EventType type;
Uint32 reserved;/**< In nanoseconds, populated using SDL_GetTicksNS() */
Uint64 timestamp; /**< The mouse instance id */
SDL_MouseID which; } SDL_MouseDeviceEvent;
This struct is available since SDL 3.1.3.