Table of Contents

Class GameControllerDirectionEvent

Namespace
Stride.Input
Assembly
Stride.Input.dll

An event to describe a change in game controller direction state

public class GameControllerDirectionEvent : InputEvent, IInputEventArgs
Inheritance
GameControllerDirectionEvent
Implements
Inherited Members

Fields

Direction

The new direction

public Direction Direction

Field Value

Direction

Index

The index of the direction controller

public int Index

Field Value

int

Properties

GameController

The gamepad 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.