Differences between version 2 and previous revision of SDL_JoystickName(3).
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Monday, June 3, 2002 6:53:45 pm | by perry | Revert |
Older page: | version 1 | Last edited on Monday, June 3, 2002 6:53:45 pm | by perry | Revert |
@@ -1,6 +1,6 @@
-SDL_JoystickName
-!!!SDL_JoystickName
+SDL_!
JoystickName
+!!!SDL_!
JoystickName
NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
@@ -9,16 +9,16 @@
----
!!NAME
-SDL_JoystickName- Get joystick name.
+SDL_!
JoystickName- Get joystick name.
!!SYNOPSIS
__#include __
-__const char *SDL_JoystickName__(__int
+__const char *SDL_!
JoystickName__(__int
index__);
!!DESCRIPTION
@@ -33,11 +33,11 @@
/* Print the names of all attached joysticks */
int num_joy, i;
-num_joy=SDL_NumJoysticks();
+num_joy=SDL_!
NumJoysticks();
printf(
!!SEE ALSO
-__SDL_JoystickOpen__
+__SDL_!
JoystickOpen__
----