Struct GamePadThumbSticks
Represents the game pad sticks.
Inherited Members
Namespace: Evergine.Common.Input
Assembly: Evergine.Common.dll
Syntax
public struct GamePadThumbSticks
Fields
Left
Left thumbstick axis values, in the range -1.0f to 1.0f.
Declaration
public Vector2 Left
Field Value
Type | Description |
---|---|
Vector2 |
Right
Right thumbstick axis values, in the range -1.0f to 1.0f.
Declaration
public Vector2 Right
Field Value
Type | Description |
---|---|
Vector2 |