get

open fun get(@NonNull button: Controls): Boolean

Get the value of a button.

Return

The value of the button

Parameters

button

The button to get the value of


open fun get(@NonNull axis: Controls.Analog): Float

Get the value of an axis.

Return

The value of the axis

Parameters

axis

The axis to get the value of