Searched defs:_SDL_Joystick (Results 1 – 1 of 1) sorted by relevance
42 struct _SDL_Joystick struct44 SDL_JoystickID instance_id; /* Device instance, monotonically increasing from 0 */45 char *name; /* Joystick name - system dependent */46 SDL_JoystickGUID guid; /* Joystick guid */71 struct _SDL_JoystickDriver *driver; argument77 struct _SDL_Joystick *next; /* pointer to next joystick we have allocated */ argument
Completed in 3 milliseconds