SDL_MouseDeviceEvent

Mouse device event structure (event.mdevice.*)

\since This struct is available since SDL 3.2.0.

extern (C) nothrow @nogc
struct SDL_MouseDeviceEvent {}

Members

Variables

reserved
Uint32 reserved;
Undocumented in source.
timestamp
Uint64 timestamp;

< In nanoseconds, populated using SDL_GetTicksNS()

type
SDL_EventType type;

< SDL_EVENT_MOUSE_ADDED or SDL_EVENT_MOUSE_REMOVED

which
SDL_MouseID which;

< The mouse instance id

Meta