| | |
| | | /* |
| | | Simple DirectMedia Layer |
| | | Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org> |
| | | Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> |
| | | |
| | | This software is provided 'as-is', without any express or implied |
| | | warranty. In no event will the authors be held liable for any damages |
| | |
| | | return -1; |
| | | } |
| | | |
| | | static void |
| | | DUMMY_JoystickSetDevicePlayerIndex(int device_index, int player_index) |
| | | { |
| | | } |
| | | |
| | | static SDL_JoystickGUID |
| | | DUMMY_JoystickGetDeviceGUID(int device_index) |
| | | { |
| | |
| | | } |
| | | |
| | | static int |
| | | DUMMY_JoystickRumble(SDL_Joystick * joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble, Uint32 duration_ms) |
| | | DUMMY_JoystickRumble(SDL_Joystick * joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble) |
| | | { |
| | | return SDL_Unsupported(); |
| | | } |
| | |
| | | DUMMY_JoystickDetect, |
| | | DUMMY_JoystickGetDeviceName, |
| | | DUMMY_JoystickGetDevicePlayerIndex, |
| | | DUMMY_JoystickSetDevicePlayerIndex, |
| | | DUMMY_JoystickGetDeviceGUID, |
| | | DUMMY_JoystickGetDeviceInstanceID, |
| | | DUMMY_JoystickOpen, |