GamepadAxis

ceramic.GamepadAxis (Abstract)

Represents gamepad analog stick and trigger axes.

This enum abstract defines the standard axes available on modern gamepads:

  • Left analog stick (X and Y axes)
  • Right analog stick (X and Y axes)
  • Left and right triggers (analog pressure)

Axis values typically range from -1.0 to 1.0 for sticks (centered at 0.0) and 0.0 to 1.0 for triggers (fully released at 0.0).

See: Input

Type Conversions

From:

  • [Int](/api-docs/clay-native/Int/)

To:

  • [Int](/api-docs/clay-native/Int/)

Metadata

Name Parameters
:enum -