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

#include <joystick.h>

Data Fields

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

Field Documentation

◆ name

uint32_t name

The associated name (identifier) for this Hat.

◆ logical

JOYSTICK_EXTENT logical

The minimum and maximum logical values for this Hat.

◆ physical

JOYSTICK_EXTENT physical

The minimum and maximum physical values for this Hat.

◆ multiplier

double_t multiplier

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

◆ resolution

double_t resolution

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


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