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_JoystickNumHats(3)


SDL_JoystickNumHats

SDL_JoystickNumHats

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
SEE ALSO

NAME

SDL_JoystickNumHats− Get the number of joystick hats

SYNOPSIS

#include "SDL.h"

int SDL_JoystickNumHats(SDL_Joystick *joystick);

DESCRIPTION

Return the number of hats available from a previously opened SDL_Joystick.

RETURN VALUE

Number of hats.

SEE ALSO

SDL_JoystickGetHat, SDL_JoystickOpen



SDL_JoystickNumHats(3)