groundsdk 7.7.2 API
7.7.2
androidJvm
groundsdk 7.7.2 API
/
com.parrot.drone.groundsdk.device.peripheral.gamepad.skycontrollerua
/
AxisEvent
/
Listener
Listener
interface
Listener
Receives axis events sent from the remote control when a corresponding input is grabbed.
Members
Functions
on
Axis
Event
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.