menu
GamepadConnection
import { GamepadConnection } from "destack:input/binding";
Gamepad connection kind.
1export enum GamepadConnection {2 Unknown = 0,3 Wired = 1,4 Wireless = 2,5 Virtual = 3,6}Variants
Unknown = 0Host did not classify the connection.
Wired = 1Wired transport.
Wireless = 2Wireless transport.
Virtual = 3Virtual or emulated transport.