Table of Contents

Interface IKeyboardDevice

Namespace
Stride.Input
Assembly
Stride.Input.dll

A keyboard device

public interface IKeyboardDevice : IInputDevice
Inherited Members
Extension Methods

Properties

DownKeys

List of keys that are currently down on this keyboard

IReadOnlySet<Keys> DownKeys { get; }

Property Value

IReadOnlySet<Keys>

PressedKeys

The keys that have been pressed since the last frame

IReadOnlySet<Keys> PressedKeys { get; }

Property Value

IReadOnlySet<Keys>

ReleasedKeys

The keys that have been released since the last frame

IReadOnlySet<Keys> ReleasedKeys { get; }

Property Value

IReadOnlySet<Keys>