|
SDL
2.0
|
#include <SDL_hidapijoystick_c.h>
Definition at line 85 of file SDL_hidapijoystick_c.h.
| void(* SDL_HIDAPI_DeviceDriver::CloseJoystick) (SDL_HIDAPI_Device *device, SDL_Joystick *joystick) |
Definition at line 101 of file SDL_hidapijoystick_c.h.
| SDL_bool SDL_HIDAPI_DeviceDriver::enabled |
Definition at line 88 of file SDL_hidapijoystick_c.h.
| void(* SDL_HIDAPI_DeviceDriver::FreeDevice) (SDL_HIDAPI_Device *device) |
Definition at line 102 of file SDL_hidapijoystick_c.h.
Definition at line 90 of file SDL_hidapijoystick_c.h.
| int(* SDL_HIDAPI_DeviceDriver::GetDevicePlayerIndex) (SDL_HIDAPI_Device *device, SDL_JoystickID instance_id) |
Definition at line 92 of file SDL_hidapijoystick_c.h.
| SDL_bool(* SDL_HIDAPI_DeviceDriver::HasJoystickLED) (SDL_HIDAPI_Device *device, SDL_Joystick *joystick) |
Definition at line 98 of file SDL_hidapijoystick_c.h.
| const char* SDL_HIDAPI_DeviceDriver::hint |
Definition at line 87 of file SDL_hidapijoystick_c.h.
| SDL_bool(* SDL_HIDAPI_DeviceDriver::InitDevice) (SDL_HIDAPI_Device *device) |
Definition at line 91 of file SDL_hidapijoystick_c.h.
| SDL_bool(* SDL_HIDAPI_DeviceDriver::IsSupportedDevice) (const char *name, SDL_GameControllerType type, Uint16 vendor_id, Uint16 product_id, Uint16 version, int interface_number, int interface_class, int interface_subclass, int interface_protocol) |
Definition at line 89 of file SDL_hidapijoystick_c.h.
| SDL_bool(* SDL_HIDAPI_DeviceDriver::OpenJoystick) (SDL_HIDAPI_Device *device, SDL_Joystick *joystick) |
Definition at line 95 of file SDL_hidapijoystick_c.h.
| int(* SDL_HIDAPI_DeviceDriver::RumbleJoystick) (SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble) |
Definition at line 96 of file SDL_hidapijoystick_c.h.
| int(* SDL_HIDAPI_DeviceDriver::RumbleJoystickTriggers) (SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 left_rumble, Uint16 right_rumble) |
Definition at line 97 of file SDL_hidapijoystick_c.h.
| void(* SDL_HIDAPI_DeviceDriver::SetDevicePlayerIndex) (SDL_HIDAPI_Device *device, SDL_JoystickID instance_id, int player_index) |
Definition at line 93 of file SDL_hidapijoystick_c.h.
| int(* SDL_HIDAPI_DeviceDriver::SetJoystickLED) (SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint8 red, Uint8 green, Uint8 blue) |
Definition at line 99 of file SDL_hidapijoystick_c.h.
| int(* SDL_HIDAPI_DeviceDriver::SetJoystickSensorsEnabled) (SDL_HIDAPI_Device *device, SDL_Joystick *joystick, SDL_bool enabled) |
Definition at line 100 of file SDL_hidapijoystick_c.h.
| SDL_bool(* SDL_HIDAPI_DeviceDriver::UpdateDevice) (SDL_HIDAPI_Device *device) |
Definition at line 94 of file SDL_hidapijoystick_c.h.