Penguin
Blame: SDL_JoystickOpened(3)
EditPageHistoryDiffInfoLikePages
Annotated edit history of SDL_JoystickOpened(3) version 2, including all changes. View license author blame.
Rev Author # Line
2 perry 1 SDL_!JoystickOpened
2 !!!SDL_!JoystickOpened
1 perry 3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 RETURN VALUE
7 SEE ALSO
8 ----
9 !!NAME
10
11
2 perry 12 SDL_!JoystickOpened- Determine if a joystick has been opened
1 perry 13 !!SYNOPSIS
14
15
16 __#include __
17
18
2 perry 19 __int SDL_!JoystickOpened__(__int
1 perry 20 index__);
21 !!DESCRIPTION
22
23
24 Determines whether a joystick has already been opened within
25 the application. __index__ refers to the N'th joystick on
26 the system.
27 !!RETURN VALUE
28
29
30 Returns __1__ if the joystick has been opened, or
31 __0__ if it has not.
32 !!SEE ALSO
33
34
2 perry 35 __SDL_!JoystickOpen__,
36 __SDL_!JoystickClose__
1 perry 37 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.