Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    GamePadAxis Enum

    Namespace: Stride.Input
    Assembly: Stride.Input.dll

    Axis for gamepad returned by GamePadState.

    [Flags]
    public enum GamePadAxis : ushort

    Fields

    Name Description
    LeftThumbX

    The X-Axis of the left thumb stick

    LeftThumbY

    The Y-Axis of the left thumb stick

    LeftTrigger

    The left trigger

    None

    No Axis

    RightThumbX

    The X-Axis of the right thumb stick

    RightThumbY

    The Y-Axis of the right thumb stick

    RightTrigger

    The right trigger

    Extension Methods

    ComponentBaseExtensions.DisposeBy<GamePadAxis>(ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<GamePadAxis>(ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation