Search Results for

    Show / Hide Table of Contents

    Struct GamePadDPad

    Represents the state of the directional pad.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Evergine.Common.Input
    Assembly: Evergine.Common.dll
    Syntax
    public struct GamePadDPad

    Fields

    Down

    The D-Pad down button.

    Declaration
    public ButtonState Down
    Field Value
    Type Description
    ButtonState

    Left

    The D-Pad left button.

    Declaration
    public ButtonState Left
    Field Value
    Type Description
    ButtonState

    Right

    The D-Pad right button.

    Declaration
    public ButtonState Right
    Field Value
    Type Description
    ButtonState

    Up

    The D-Pad up button.

    Declaration
    public ButtonState Up
    Field Value
    Type Description
    ButtonState

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX