GamepadDirection Type
Describes a gamepad direction.
Union cases
Union case | Description |
Full Usage:
DirectionCentered
|
|
Full Usage:
DirectionDown
|
|
Full Usage:
DirectionDownLeft
|
|
Full Usage:
DirectionDownRight
|
|
Full Usage:
DirectionLeft
|
|
Full Usage:
DirectionRight
|
|
Full Usage:
DirectionUp
|
|
Full Usage:
DirectionUpLeft
|
|
Full Usage:
DirectionUpRight
|
Instance members
Instance member | Description |
Full Usage:
this.IsDirectionCentered
Returns: bool
|
|
Full Usage:
this.IsDirectionDown
Returns: bool
|
|
Full Usage:
this.IsDirectionDownLeft
Returns: bool
|
|
Full Usage:
this.IsDirectionDownRight
Returns: bool
|
|
Full Usage:
this.IsDirectionLeft
Returns: bool
|
|
Full Usage:
this.IsDirectionRight
Returns: bool
|
|
Full Usage:
this.IsDirectionUp
Returns: bool
|
|
Full Usage:
this.IsDirectionUpLeft
Returns: bool
|
|
Full Usage:
this.IsDirectionUpRight
Returns: bool
|
|