Structure storing the current state of a gamepad's thumbsticks
Exemplo n.º 1
0
        internal PlayerInput(PlayerIndex index)
        {
            PlayerIndex = index;
            DeadZone    = GamePadDeadZone.IndependentAxes;

            InputTriggers    = new InputTriggers();
            InputThumbSticks = new InputThumbSticks();
            InputButtons     = new InputButtons();
        }
Exemplo n.º 2
0
        internal PlayerInput(PlayerIndex index)
        {
            PlayerIndex = index;
            DeadZone = GamePadDeadZone.IndependentAxes;

            InputTriggers = new InputTriggers();
            InputThumbSticks = new InputThumbSticks();
            InputButtons = new InputButtons();
        }