public GameController(IntPtr h, bool owned) : base(IntPtr.Zero, owned) { SetHandle(h); Axes = new GameControllerAxes(this); Buttons = new GameControllerButtons(this); }
protected GameController() : base(IntPtr.Zero, true) { Axes = new GameControllerAxes(this); Buttons = new GameControllerButtons(this); }