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

SEE ALSO

JSIntro(3) JSIsButtonAllocated(3) JSUpdate(3)
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout