ProfileGamepad

Deprecated

See ProfileController

A Gamepad that supports having a DriverProfile.Profile that affects its input mapping.

Raw versions of joystick axes (un-scaled and un-multiplied) simply have Raw as a suffix to their regular method.

Author

Matthew Clark

See also

Properties

Link copied to clipboard
abstract val leftXAxisRaw: Double

The raw value of the left joystick axis in the X direction (un-scaled and un-multiplied)

Link copied to clipboard
abstract val leftYAxisRaw: Double

The raw value of the left joystick axis in the Y direction (un-scaled and un-multiplied)

Link copied to clipboard

The active profile for the gamepad

Link copied to clipboard
abstract val rightXAxisRaw: Double

The raw value of the right joystick axis in the X direction (un-scaled and un-multiplied)

Link copied to clipboard
abstract val rightYAxisRaw: Double

The raw value of the right joystick axis in the Y direction (un-scaled and un-multiplied)