MAX_PORTS constant
The maximum number of gamepad ports (simultaneously connected gamepads) supported.
Implementation
// ignore: constant_identifier_names
static const int MAX_PORTS = 4;
The maximum number of gamepad ports (simultaneously connected gamepads) supported.
// ignore: constant_identifier_names
static const int MAX_PORTS = 4;