Home
last modified time | relevance | path

Searched refs:getJoyHat (Results 1 – 23 of 23) sorted by relevance

/dports/games/bzflag-server/bzflag-2.4.22/src/platform/
H A DSDLJoystick.h34 void getJoyHat(int hat, float &hatX, float &hatY);
H A DBzfJoystick.cxx47 void BzfJoystick::getJoyHat(int UNUSED(hat), float &hatX, float &hatY) in getJoyHat() function in BzfJoystick
H A DDXJoystick.h44 void getJoyHat(int hat, float &hatX, float &hatY);
H A DEvdevJoystick.h74 void getJoyHat(int hat, float &hatX, float &hatY);
H A DSDLJoystick.cxx128 void SDLJoystick::getJoyHat(int hat, float &hatX, float &hatY) in getJoyHat() function in SDLJoystick
H A DEvdevJoystick.cxx379 void EvdevJoystick::getJoyHat(int hat, float &hatX, float &hatY) in getJoyHat() function in EvdevJoystick
H A DDXJoystick.cxx311 void DXJoystick::getJoyHat(int hat, float &hatX, float &hatY) in getJoyHat() function in DXJoystick
/dports/games/bzflag/bzflag-2.4.22/src/platform/
H A DSDLJoystick.h34 void getJoyHat(int hat, float &hatX, float &hatY);
H A DBzfJoystick.cxx47 void BzfJoystick::getJoyHat(int UNUSED(hat), float &hatX, float &hatY) in getJoyHat() function in BzfJoystick
H A DDXJoystick.h44 void getJoyHat(int hat, float &hatX, float &hatY);
H A DEvdevJoystick.h74 void getJoyHat(int hat, float &hatX, float &hatY);
H A DSDLJoystick.cxx128 void SDLJoystick::getJoyHat(int hat, float &hatX, float &hatY) in getJoyHat() function in SDLJoystick
H A DEvdevJoystick.cxx379 void EvdevJoystick::getJoyHat(int hat, float &hatX, float &hatY) in getJoyHat() function in EvdevJoystick
H A DDXJoystick.cxx311 void DXJoystick::getJoyHat(int hat, float &hatX, float &hatY) in getJoyHat() function in DXJoystick
/dports/games/bzflag-server/bzflag-2.4.22/include/
H A DBzfJoystick.h34 virtual void getJoyHat(int hat, float &hatX, float &hatY);
/dports/games/bzflag/bzflag-2.4.22/include/
H A DBzfJoystick.h34 virtual void getJoyHat(int hat, float &hatX, float &hatY);
/dports/games/bzflag-server/bzflag-2.4.22/src/bzflag/
H A DMainWindow.cxx327 void MainWindow::getJoyHat(int hat, float &hatX, float &hatY) const in getJoyHat() function in MainWindow
329 joystick->getJoyHat(hat, hatX, hatY); in getJoyHat()
H A DMainWindow.h102 void getJoyHat(int hat, float &hatX, float &hatY) const;
H A Dplaying.cxx7067 mainWindow->getJoyHat(hat, hatX, hatY); in playingLoop()
/dports/games/bzflag/bzflag-2.4.22/src/bzflag/
H A DMainWindow.cxx327 void MainWindow::getJoyHat(int hat, float &hatX, float &hatY) const in getJoyHat() function in MainWindow
329 joystick->getJoyHat(hat, hatX, hatY); in getJoyHat()
H A DMainWindow.h102 void getJoyHat(int hat, float &hatX, float &hatY) const;
H A Dplaying.cxx7067 mainWindow->getJoyHat(hat, hatX, hatY); in playingLoop()
/dports/games/trigger-rally/trigger-rally-0.6.6.1/src/include/
H A Dapp.h161 const vec2i &getJoyHat(int j, int h) in getJoyHat() function