PointerType Enum
Definition
Enumerates pointer device types.
public enum PointerType
Fields
| Name | Description |
|---|---|
| Mouse | The input device is a mouse. |
| Pen | The input device is a pen. |
| Touch | The input device is a touch. |
Mouse Field
The input device is a mouse.
public Avalonia.Input.PointerType Mouse
Pen Field
The input device is a pen.
public Avalonia.Input.PointerType Pen
Touch Field
The input device is a touch.
public Avalonia.Input.PointerType Touch