Query: sdl_joystickeventstate
OS: centos
Section: 3
Links: centos man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SDL_JoystickEventState(3) SDL API Reference SDL_JoystickEventState(3)NAMESDL_JoystickEventState - Enable/disable joystick event pollingSYNOPSIS#include "SDL.h" int SDL_JoystickEventState(int state);DESCRIPTIONThis function is used to enable or disable joystick event processing. With joystick event processing disabled you will have to update joy- stick 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 preferedRETURN VALUEIf state is SDL_QUERY then the current state is returned, otherwise the new processing state is returned.SEE ALSOSDL Joystick Functions, SDL_JoystickUpdate, SDL_JoyAxisEvent, SDL_JoyBallEvent, SDL_JoyButtonEvent, SDL_JoyHatEventSDLTue 11 Sep 2001, 22:59 SDL_JoystickEventState(3)
Related Man Pages |
---|
sdl_joystickopen(3) - redhat |
glutjoystickfunc(3glut) - redhat |
sdl_event(3) - centos |
sdl_joystickopen(3) - suse |
sdl::joystick(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Weird 'find' results |
Set hard block limit for user using quota |
How to increment version inside a file? |
CentOS7 restoring file capabilities |
Controlling user input |