Package-level declarations

Gamepad utilities

Types

Link copied to clipboard
class Button(state: Boolean = false) : Toggleable

Represents the state of a button.

Link copied to clipboard
Link copied to clipboard
class GamepadEx(gamepad: Gamepad) : Component

A class that simplifies the use of Gamepads.

Link copied to clipboard
class MultipleGamepad(val p1: GamepadEx, val p2: GamepadEx) : Component

A container class that holds two gamepads for convenience.

Link copied to clipboard
abstract class Toggleable

Represents the state of any toggleable.

Link copied to clipboard
class Trigger @JvmOverloads constructor(value: Float = 0.0f, var threshold: Float = 0.5f) : Toggleable

Represents the state of a trigger.