JSResetAllAxisTolorance

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

JSResetAllAxisTolorance - Axis tolorance resetting

SYNTAX

#include <jsw.h>

void JSResetAllAxisTolorance(

        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 JSResetAllAxisTolorance function applies the tolorance value set on each axis on the given jsd to the low-level driver.

This function is only used internally by the library and jscalibrator, most programs do not need to call this function.

SEE ALSO

JSIntro(3)