InputEvent Class
Namespace: Stride.InputAssembly: Stride.Input.dll
An event that was generated from an IInputDevice
System.Object →
InputEvent
Derived from InputEvent: AxisEvent ButtonEvent GameControllerDirectionEvent MouseWheelEvent PointerEvent TextInputEvent
public abstract class InputEvent : IInputEventArgs
Name | Description | |
---|---|---|
Properties | ||
Device | The device that sent this event |
Properties
Device
The device that sent this event
public IInputDevice Device { get; protected set; }
Property Value
Type | Description |
---|---|
IInputDevice |