arsa  2.7
Public Attributes | List of all members
SDL_ControllerDeviceEvent Struct Reference

Controller device event structure (event.cdevice.*) More...

#include <SDL_events.h>

Public Attributes

Uint32 type
 
Uint32 timestamp
 
Sint32 which
 

Detailed Description

Controller device event structure (event.cdevice.*)

Definition at line 409 of file SDL_events.h.

Member Data Documentation

◆ timestamp

Uint32 SDL_ControllerDeviceEvent::timestamp

In milliseconds, populated using SDL_GetTicks()

Definition at line 412 of file SDL_events.h.

◆ type

Uint32 SDL_ControllerDeviceEvent::type

◆ which

Sint32 SDL_ControllerDeviceEvent::which

The joystick device index for the ADDED event, instance id for the REMOVED or REMAPPED event

Definition at line 413 of file SDL_events.h.


The documentation for this struct was generated from the following file: