Table of Contents

Enum PointerType

Namespace
Avalonia.Input
Assembly
Avalonia.Base.dll

Enumerates pointer device types.

public enum PointerType

Fields

Mouse = 0

The input device is a mouse.

Pen = 2

The input device is a pen.

Touch = 1

The input device is a touch.