JSGetButtonState

Langue: en

Version: 119174 (mandriva - 01/05/08)

Section: 3 (Bibliothèques de fonctions)

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)