Ultibo API
C/C++ API for Ultibo Core
Loading...
Searching...
No Matches
_JOYSTICK_AXIS Struct Reference

#include <joystick.h>

Data Fields

uint32_t name
 The associated name (identifier) for this Axis.
JOYSTICK_EXTENT logical
 The minimum and maximum logical values for this Axis.
JOYSTICK_EXTENT physical
 The minimum and maximum physical values for this Axis.
double_t multiplier
 The conversion multiplier for this Axis from logical to physical units.
double_t resolution
 The unit resolution for this Axis in counts per physical unit.

Field Documentation

◆ name

uint32_t name

The associated name (identifier) for this Axis.

◆ logical

JOYSTICK_EXTENT logical

The minimum and maximum logical values for this Axis.

◆ physical

JOYSTICK_EXTENT physical

The minimum and maximum physical values for this Axis.

◆ multiplier

double_t multiplier

The conversion multiplier for this Axis from logical to physical units.

◆ resolution

double_t resolution

The unit resolution for this Axis in counts per physical unit.


The documentation for this struct was generated from the following file: