internal static void Init() { for (int i = 0; i < MaxJoysticks; i++) { GamePads[i] = new GamePadDevice(i); } }