GamepadEvent constructor
GamepadEvent({})
Implementation
GamepadEvent({
required this.gamepadId,
required this.timestamp,
required this.type,
required this.key,
required this.value,
this.vendorId,
this.productId,
});