Enum TouchDeviceType
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.
Other = 4
Other device 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.
Touchpad = 3
Touchpad device was being used when the event was raised.
Unknown = 5
Unkonown device was being used when the event was raised.