Table of Contents

Enum TouchDeviceType

Namespace
Alternet.UI
Assembly
Alternet.UI.Interfaces.dll

Specifies constants that define which touch device was used.

public enum TouchDeviceType

Fields

Mouse = 1

A mouse was being used when the event was raised.

Pen = 2

A pen on the screen was being used when the event was raised.

Touch = 0

A finger on the screen was being used when the event was raised.