JSDriverVersion

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

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 libjsw) 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

JSIntro(3) JSDriverQueryVersion(3)