gamepadDelay top-level constant

Duration const gamepadDelay

How often to check the gamepad for new button presses.

Implementation

const gamepadDelay = Duration(milliseconds: 5);