man JSClose (Fonctions bibliothèques) - Joystick device closing

NAME

JSClose - Joystick device closing

SYNTAX

#include <jsw.h>

int JSClose(

js_data_struct *jsd

)

ARGUMENTS

jsd
Specifies the pointer to the joystick data structure, which should have been set up by a prior call to JSInit(3).

DESCRIPTION

The JSClose function closes the joystick device referenced by the given jsd structure. Once this function has been called, the given jsd structure should never be referenced again. The structure itself will not be deallocated, it is up to the calling function to do that.

SEE ALSO