man JSGetButtonState (Fonctions bibliothèques) - Button state retrieving
NAME
JSGetButtonState - Button state retrieving
SYNTAX
#include <jsw.h>
int JSGetButtonState(
js_data_struct *jsd,
int n
)
ARGUMENTS
- jsd
- Specifies the pointer to the joystick data structure, which should have been set up by a prior call to JSInit.
- n
- Specifies the button number.
DESCRIPTION
The JSGetButtonState function returns the state of the specified button n at its last updated state on the given jsd structure.
RETURN VALUE
The JSGetButtonState function returns one of the following:
- JSButtonStateOff
- Specifies that the button is in its released state.
- JSButtonStateOn
- Specifies that the button is in its pressed state.