protected RuntimePlatformInfo() { if (Instance != null) { throw new Exception("Can only create one instance of the RuntimePlatformInfo class."); } Instance = this; }
public override GamepadHardware createGamepad(Gamepad pad) { return(RuntimePlatformInfo.CreateGamepadHardware(pad)); }