Header Ads Widget

[MAN] SDL_JoystickEventState

Content-type: text/html; charset=UTF-8 Man page of SDL_JoystickEventState

SDL_JoystickEventState

Section: SDL API Reference (3)
Updated: Tue 11 Sep 2001, 22:59
Index Return to Main Contents
 

NAME

SDL_JoystickEventState - Enable/disable joystick event polling  

SYNOPSIS

#include "SDL.h"

int SDL_JoystickEventState(int state);  

DESCRIPTION

This function is used to enable or disable joystick event processing. With joystick event processing disabled you will have to update joystick states with SDL_JoystickUpdate and read the joystick information manually. state is either SDL_QUERY, SDL_ENABLE or SDL_IGNORE.

Note:

Joystick event handling is prefered

 

RETURN VALUE

If state is SDL_QUERY then the current state is returned, otherwise the new processing state is returned.  

SEE ALSO

SDL Joystick Functions, SDL_JoystickUpdate, SDL_JoyAxisEvent, SDL_JoyBallEvent, SDL_JoyButtonEvent, SDL_JoyHatEvent


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 04:45:44 GMT, September 16, 2022

댓글 쓰기

0 댓글