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


SDL_JoystickUpdate

SDL_JoystickUpdate

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO

NAME

SDL_JoystickUpdate− Updates the state of all joysticks

SYNOPSIS

#include "SDL.h"

void SDL_JoystickUpdate(void);

DESCRIPTION

Updates the state(position, buttons, etc.) of all open joysticks. If joystick events have been enabled with SDL_JoystickEventState then this is called automatically in the event loop.

SEE ALSO

SDL_JoystickEventState



SDL_JoystickUpdate(3)