Penguin
Blame: SDL_JoystickName(3)
EditPageHistoryDiffInfoLikePages
Annotated edit history of SDL_JoystickName(3) version 2 showing authors affecting page license. View with all changes included.
Rev Author # Line
1 perry 1 SDL_!JoystickName
2 !!!SDL_!JoystickName
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 RETURN VALUE
7 EXAMPLES
8 SEE ALSO
9 ----
10 !!NAME
11
12
13 SDL_!JoystickName- Get joystick name.
14 !!SYNOPSIS
15
16
17 __#include __
18
19
20 __const char *SDL_!JoystickName__(__int
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;
37 num_joy=SDL_!NumJoysticks();
38 printf(
39 !!SEE ALSO
40
41
42 __SDL_!JoystickOpen__
43 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.