MAX_PORTS constant

int const MAX_PORTS

The maximum number of gamepad ports (simultaneously connected gamepads) supported.

Implementation

// ignore: constant_identifier_names
static const int MAX_PORTS = 4;