Penguin
Blame: SDL_JoystickName(3)
EditPageHistoryDiffInfoLikePages
Annotated edit history of SDL_JoystickName(3) version 2, including all changes. View license author blame.
Rev Author # Line
2 perry 1 SDL_!JoystickName
2 !!!SDL_!JoystickName
1 perry 3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 RETURN VALUE
7 EXAMPLES
8 SEE ALSO
9 ----
10 !!NAME
11
12
2 perry 13 SDL_!JoystickName- Get joystick name.
1 perry 14 !!SYNOPSIS
15
16
17 __#include __
18
19
2 perry 20 __const char *SDL_!JoystickName__(__int
1 perry 21 index__);
22 !!DESCRIPTION
23
24
25 Get the implementation dependent name of joystick. The
26 __index__ parameter refers to the N'th joystick on the
27 system.
28 !!RETURN VALUE
29
30
31 Returns a char pointer to the joystick name.
32 !!EXAMPLES
33
34
35 /* Print the names of all attached joysticks */
36 int num_joy, i;
2 perry 37 num_joy=SDL_!NumJoysticks();
1 perry 38 printf(
39 !!SEE ALSO
40
41
2 perry 42 __SDL_!JoystickOpen__
1 perry 43 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.