Gamepad & Joystick Tests

{#if currentGamepad}

Buttons

Axes

{#each axes as axis, i (i)}
{i} {axis.toFixed(2)}
{/each}
{/if}