get Axis Interpolators
abstract fun getAxisInterpolators(@NonNull droneModel: Drone.Model): Map<SkyControllerUaGamepad.Axis, AxisInterpolator>
Gets all axis interpolators currently applied on a given drone model.
The application gets its own copy of the axis interpolator map, which can be freely modified.
Return
a map associating each controller axis to the currently applying interpolator, or null
if the provided drone model is not supported
Parameters
drone Model
drone model whose axis interpolators must be retrieved