Table of Contents

Class GameControllerButtonEvent

Namespace
Stride.Input
Assembly
Stride.Input.dll

An event to describe a change in game controller button state

public class GameControllerButtonEvent : ButtonEvent, IInputEventArgs
Inheritance
GameControllerButtonEvent
Implements
Inherited Members

Fields

Index

The index of the button

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.