GamepadConnectionEvent constructor

GamepadConnectionEvent({
  1. required String gamepadId,
  2. required String name,
  3. required GamepadConnectionEventType type,
})

Implementation

GamepadConnectionEvent({
  required this.gamepadId,
  required this.name,
  required this.type,
});