man JSDriverVersion (Fonctions bibliothèques) - Driver version retrieving

NAME

JSDriverVersion - Driver version retrieving

SYNTAX

#include <jsw.h>

unsigned int JSDriverVersion(

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.

DESCRIPTION

The JSDriverVersion function fetches the raw version number value of the joystick driver (not the version of this library) from the system.

There is also a more convient function JSDriverQueryVersion(3) to retrieve properly parsed version numbers from the system.

RETURN VALUE

The JSDriverVersion function returns the raw version number value from the system.

SEE ALSO