Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 5.3

SDL_JoystickOpened(3)


SDL_JoystickOpened

SDL_JoystickOpened

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
SEE ALSO

NAME

SDL_JoystickOpened− Determine if a joystick has been opened

SYNOPSIS

#include "SDL.h"

int SDL_JoystickOpened(int index);

DESCRIPTION

Determines whether a joystick has already been opened within the application. index refers to the N’th joystick on the system.

RETURN VALUE

Returns 1 if the joystick has been opened, or 0 if it has not.

SEE ALSO

SDL_JoystickOpen, SDL_JoystickClose



SDL_JoystickOpened(3)