get

open fun get(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(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