Struct GamePadThumbSticks
Represents the gamepad sticks.
Namespace: Evergine.Common.Input
Assembly: Evergine.Common.dll
Syntax
public struct GamePadThumbSticks
Fields
Left
Left thumbstick axis values, ranging from -1.0f to 1.0f.
Declaration
public Vector2 Left
Field Value
Type | Description |
---|---|
Vector2 |
Right
Right thumbstick axis values, ranging from -1.0f to 1.0f.
Declaration
public Vector2 Right
Field Value
Type | Description |
---|---|
Vector2 |