Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
|
@@ -506,7 +506,7 @@ SDL_SYS_JoystickIsHaptic(SDL_Joystick * joystick) |
|
|
|
|
|
|
|
|
/* |
|
|
* Checks to see if the haptic device and joystick and in reality the same. |
|
|
* Checks to see if the haptic device and joystick are in reality the same. |
|
|
*/ |
|
|
int |
|
|
SDL_SYS_JoystickSameHaptic(SDL_Haptic * haptic, SDL_Joystick * joystick) |
|
|
|
@@ -368,7 +368,7 @@ SDL_SYS_JoystickIsHaptic(SDL_Joystick * joystick) |
|
|
|
|
|
|
|
|
/* |
|
|
* Checks to see if the haptic device and joystick and in reality the same. |
|
|
* Checks to see if the haptic device and joystick are in reality the same. |
|
|
*/ |
|
|
int |
|
|
SDL_SYS_JoystickSameHaptic(SDL_Haptic * haptic, SDL_Joystick * joystick) |
|
|
|
@@ -631,7 +631,7 @@ SDL_SYS_JoystickIsHaptic(SDL_Joystick * joystick) |
|
|
|
|
|
|
|
|
/* |
|
|
* Checks to see if the haptic device and joystick and in reality the same. |
|
|
* Checks to see if the haptic device and joystick are in reality the same. |
|
|
*/ |
|
|
int |
|
|
SDL_SYS_JoystickSameHaptic(SDL_Haptic * haptic, SDL_Joystick * joystick) |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.