JSClose

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

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 deleted, the calling function to do that.

SEE ALSO

JSIntro(3) JSInit(3) JSUpdate(3)