man JSClose (Fonctions bibliothèques) - Joystick device closing
NAME
JSClose - Joystick device closing
SYNTAX
#include <jsw.h>
int JSClose(
js_data_struct *jsd
)
ARGUMENTS
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.