Home
last modified time | relevance | path

Searched refs:s_arrAxisState (Results 1 – 4 of 4) sorted by relevance

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/dependencies/lib-SDL2-2.0.8-mingw/test/
H A Dcontrollermap.c148 static AxisState *s_arrAxisState; variable
220 s_arrAxisState[iIndex].m_nFarthestValue = s_arrAxisState[iIndex].m_nStartingValue; in SetCurrentBinding()
412 s_arrAxisState = (AxisState *)SDL_calloc(s_nNumAxes, sizeof(*s_arrAxisState)); in WatchJoystick()
414 AxisState *pAxisState = &s_arrAxisState[iIndex]; in WatchJoystick()
468 AxisState *pAxisState = &s_arrAxisState[event.jaxis.axis]; in WatchJoystick()
696 SDL_free(s_arrAxisState); in WatchJoystick()
697 s_arrAxisState = NULL; in WatchJoystick()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/libs/SDL2/test/
H A Dcontrollermap.c148 static AxisState *s_arrAxisState; variable
220 s_arrAxisState[iIndex].m_nFarthestValue = s_arrAxisState[iIndex].m_nStartingValue; in SetCurrentBinding()
412 s_arrAxisState = (AxisState *)SDL_calloc(s_nNumAxes, sizeof(*s_arrAxisState)); in WatchJoystick()
414 AxisState *pAxisState = &s_arrAxisState[iIndex]; in WatchJoystick()
468 AxisState *pAxisState = &s_arrAxisState[event.jaxis.axis]; in WatchJoystick()
696 SDL_free(s_arrAxisState); in WatchJoystick()
697 s_arrAxisState = NULL; in WatchJoystick()
/dports/devel/sdl20/SDL2-2.0.18/test/
H A Dcontrollermap.c161 static AxisState *s_arrAxisState; variable
251 s_arrAxisState[iIndex].m_nFarthestValue = s_arrAxisState[iIndex].m_nStartingValue; in SetCurrentBinding()
424 s_arrAxisState = (AxisState *)SDL_calloc(s_nNumAxes, sizeof(*s_arrAxisState)); in WatchJoystick()
484 AxisState *pAxisState = &s_arrAxisState[event.jaxis.axis]; in WatchJoystick()
718 SDL_free(s_arrAxisState); in WatchJoystick()
719 s_arrAxisState = NULL; in WatchJoystick()
/dports/x11/controllermap/SDL2-2.0.18/test/
H A Dcontrollermap.c161 static AxisState *s_arrAxisState; variable
251 s_arrAxisState[iIndex].m_nFarthestValue = s_arrAxisState[iIndex].m_nStartingValue; in SetCurrentBinding()
424 s_arrAxisState = (AxisState *)SDL_calloc(s_nNumAxes, sizeof(*s_arrAxisState)); in WatchJoystick()
484 AxisState *pAxisState = &s_arrAxisState[event.jaxis.axis]; in WatchJoystick()
718 SDL_free(s_arrAxisState); in WatchJoystick()
719 s_arrAxisState = NULL; in WatchJoystick()