snapshotGamepad method

MiniAVGamepadEvent? snapshotGamepad(
  1. int index
)

Snapshot of gamepad index's current state, or null. The pull surface for a game tick. Default: null.

Implementation

MiniAVGamepadEvent? snapshotGamepad(int index) => null;