mirror of https://github.com/encounter/SDL.git
Sync SDL wiki -> header
This commit is contained in:
parent
e4b85091fd
commit
111626f4cf
|
@ -425,7 +425,9 @@ extern DECLSPEC SDL_bool SDLCALL SDL_JoystickIsVirtual(int device_index);
|
||||||
* the following: SDL_PollEvent, SDL_PumpEvents, SDL_WaitEventTimeout,
|
* the following: SDL_PollEvent, SDL_PumpEvents, SDL_WaitEventTimeout,
|
||||||
* SDL_WaitEvent.
|
* SDL_WaitEvent.
|
||||||
*
|
*
|
||||||
* Note that when sending trigger axes, you should scale the value to the full range of Sint16. For example, a trigger at rest would have the value of `SDL_JOYSTICK_AXIS_MIN`.
|
* Note that when sending trigger axes, you should scale the value to the full
|
||||||
|
* range of Sint16. For example, a trigger at rest would have the value of
|
||||||
|
* `SDL_JOYSTICK_AXIS_MIN`.
|
||||||
*
|
*
|
||||||
* \param joystick the virtual joystick on which to set state.
|
* \param joystick the virtual joystick on which to set state.
|
||||||
* \param axis the specific axis on the virtual joystick to set.
|
* \param axis the specific axis on the virtual joystick to set.
|
||||||
|
|
Loading…
Reference in New Issue