ControllerActionData

Input actions for both left and right controllers.

  • left: states for the left controller (X/Y, Trigger, Grip, Thumbstick)

  • right: states for the right controller (A/B, Trigger, Grip, Thumbstick)

Provides a single snapshot that bundles both controllers to simplify simultaneous handling.

Constructors

Link copied to clipboard
constructor(left: ControllerAction, right: ControllerAction)

Properties

Link copied to clipboard

Actions of the left controller.

Link copied to clipboard

Actions of the right controller.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String