Struct GamePadDPad
Represents the state of the directional pad.
Namespace: Evergine.Common.Input
Assembly: Evergine.Common.dll
Syntax
public struct GamePadDPad
Fields
Down
The down button on the D-Pad.
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 right button of the D-Pad.
Declaration
public ButtonState Right
Field Value
Type | Description |
---|---|
ButtonState |
Up
The D-pad up button.
Declaration
public ButtonState Up
Field Value
Type | Description |
---|---|
ButtonState |