Table of Contents

Class InputEvent

Namespace
Stride.Input
Assembly
Stride.Input.dll

An event that was generated from an IInputDevice

public abstract class InputEvent : IInputEventArgs
Inheritance
InputEvent
Implements
Derived
Extension Methods

Properties

Device

The device that sent this event

public IInputDevice Device { get; protected set; }

Property Value

IInputDevice