Listener

interface Listener

Receives axis events sent from the remote control when a corresponding input is grabbed.

Functions

Link copied to clipboard
abstract fun onAxisEvent(@NonNull event: AxisEvent, @IntRange(from = "-100", to = 100) value: Int)
Called back when an axis event is received.