Struct GamePadDPad
Represents the state of the directional pad.
Inherited Members
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 |