SDL Wiki
[ front page | index | search | recent changes | git repo | offline html ]

SDL_MouseDeviceEvent

Mouse device event structure (event.mdevice.*)

Header File

Defined in <SDL3/SDL_events.h>

Syntax

typedef struct SDL_MouseDeviceEvent {  SDL_EventType type; /**< SDL_EVENT_MOUSE_ADDED or SDL_EVENT_MOUSE_REMOVED */  Uint32 reserved;  Uint64 timestamp; /**< In nanoseconds, populated using SDL_GetTicksNS() */  SDL_MouseID which; /**< The mouse instance id */ } SDL_MouseDeviceEvent;

Version

This struct is available since SDL 3.2.0.


CategoryAPI, CategoryAPIStruct, CategoryEvents


[ edit | delete | history | feedback | raw ]

All wiki content is licensed under Creative Commons Attribution 4.0 International (CC BY 4.0).
Wiki powered by ghwikipp.