mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-16 14:56:00 +00:00
Fixed comment typo.
This commit is contained in:
@@ -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
|
int
|
||||||
SDL_SYS_JoystickSameHaptic(SDL_Haptic * haptic, SDL_Joystick * joystick)
|
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
|
int
|
||||||
SDL_SYS_JoystickSameHaptic(SDL_Haptic * haptic, SDL_Joystick * joystick)
|
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
|
int
|
||||||
SDL_SYS_JoystickSameHaptic(SDL_Haptic * haptic, SDL_Joystick * joystick)
|
SDL_SYS_JoystickSameHaptic(SDL_Haptic * haptic, SDL_Joystick * joystick)
|
||||||
|
Reference in New Issue
Block a user