Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
SDL_JoystickGetHat(3)
Edit
PageHistory
Diff
Info
LikePages
SDL_!JoystickGetHat !!!SDL_!JoystickGetHat NAME SYNOPSIS DESCRIPTION RETURN VALUE SEE ALSO ---- !!NAME SDL_!JoystickGetHat- Get the current state of a joystick hat !!SYNOPSIS __#include __ __Uint8 SDL_!JoystickGetHat__(__SDL_Joystick *joystick, int hat__); !!DESCRIPTION SDL_!JoystickGetHat returns the current state of the given __hat__ on the given __joystick__. !!RETURN VALUE The current state is returned as a Uint8 which is defined as an OR'd combination of one or more of the following __SDL_HAT_CENTERED__ __SDL_HAT_UP__ __SDL_HAT_RIGHT__ __SDL_HAT_DOWN__ __SDL_HAT_LEFT__ __SDL_HAT_RIGHTUP__ __SDL_HAT_RIGHTDOWN__ __SDL_HAT_LEFTUP__ __SDL_HAT_LEFTDOWN__ !!SEE ALSO __SDL_!JoystickNumHats__ ----
One page links to
SDL_JoystickGetHat(3)
:
SDLManPages
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.