Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    GamePadAxisEvent Class

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

    An event to describe a change in a gamepad axis

    System.Object → InputEvent → AxisEvent → GamePadAxisEvent
    Derived from GamePadAxisEvent:

    public class GamePadAxisEvent : AxisEvent, IInputEventArgs
    Name Description
    Fields
    Axis

    The gamepad axis identifier

    Properties
    GamePad

    The gamepad that sent this event

    Methods
    ToString()
    | Improve this Doc View Source

    Fields


    Axis

    The gamepad axis identifier

    public GamePadAxis Axis
    Field Value
    Type Description
    GamePadAxis
    | Improve this Doc View Source

    Properties


    GamePad

    The gamepad that sent this event

    public IGamePadDevice GamePad { get; }
    Property Value
    Type Description
    IGamePadDevice
    | Improve this Doc View Source

    Methods


    ToString()

    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()

    Inherited Members

    AxisEvent.Value
    InputEvent.Device

    Extension Methods

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

    Back to top

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