JSGetButtonState(3)

JSGetButtonState(3) Joystick Wrapper Library JSGetButtonState(3)

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 specified 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.

SEE ALSO

JSIntro(3) JSIsButtonAllocated(3) JSUpdate(3)

Release 1.5.6 WolfPack Entertainment