Table of Contents

Class KeyEventArgs

Namespace
Stride.UI
Assembly
Stride.UI.dll

The arguments associated to an key event.

public class KeyEventArgs : RoutedEventArgs
Inheritance
KeyEventArgs
Inherited Members

Properties

Input

A reference to the input system that can be used to check the status of the other keys.

public InputManager Input { get; }

Property Value

InputManager

Key

The key that triggered the event.

public Keys Key { get; }

Property Value

Keys