Table of Contents

Enum KeyDeviceType

Namespace
Avalonia.Input
Assembly
Avalonia.Base.dll

Enumerates key device types.

public enum KeyDeviceType

Fields

Gamepad = 1

The input device is a gamepad.

Keyboard = 0

The input device is a keyboard.

Remote = 2

The input device is a remote control.