Table of Contents

Class GameControllerAxisEvent

Namespace
Stride.Input
Assembly
Stride.Input.dll

An event to describe a change in a game controller axis state

public class GameControllerAxisEvent : AxisEvent, IInputEventArgs
Inheritance
GameControllerAxisEvent
Implements
Inherited Members

Fields

Index

Index of the axis

public int Index

Field Value

int

Properties

GameController

The game controller that sent this event

public IGameControllerDevice GameController { get; }

Property Value

IGameControllerDevice

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.