Function InputSingleton.getJoyAxis
Returns the current value of the joypad axis at given index (see joysticklist
).
double getJoyAxis
(
const(long) device,
const(long) axis
) nothrow @nogc const;
Returns the current value of the joypad axis at given index (see joysticklist
).
double getJoyAxis
(
const(long) device,
const(long) axis
) nothrow @nogc const;