get_axis_target
get_axis_target
Description
Returns the target position of a controller axis in units of counts.
Signature
get_axis_target(self, axis: int) -> int
Parameters
axis: int
The axis from which to return the target position, [0, 7].
Returns
int
The current target of the axis in units of counts.