I’m sure this is a completely silly question and I’m going to be embarrassed once I know the answer, but I’ll admit the answer isn’t jumping out at me.
I understand that Unity supports a maximum of four joysticks. In the KeyCode enum, JoystickButton[0-19] indicates a button on any joystick, while Joystick[1-3]Button[0-19] indicates a button on a specific joystick. Where are the enumerants for joystick 4? Shouldn’t there be a group of enumerants of the form Joystick4Button[0-19] as well?
What am I missing?