Package-level declarations

Types

Link copied to clipboard
class AnalogHandler(deadzone: Float = 0.05f, inputExp: Float = 2.0f)

Handles analog input with deadzone and exponential scaling.

Link copied to clipboard
Link copied to clipboard
enum Button : Enum<Button>
Link copied to clipboard
class ButtonHandler(doubleTapThreshold: Double = 300.0, debounceThreshold: Double = 50.0)

Handles button state updates and provides methods for detecting various button events.