InputSingleton.getJoyAxis

Returns the current value of the joypad axis at given index (see JOY_* constants in @GlobalScope)

struct InputSingleton
@nogc nothrow const
double
getJoyAxis
(
in long device
,
in long axis
)

Meta