Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Gamepads

Hierarchy

  • Gamepads

Index

Methods

Methods

Static forEach

  • forEach(handler: function): void
  • Parameters

    • handler: function
        • (gamePad: Gamepad, index: number): void
        • Parameters

          • gamePad: Gamepad
          • index: number

          Returns void

    Returns void

Static get

  • get(index: number): Gamepad | null