Enum TouchDeviceType
Specifies constants that define which touch device was used.
public enum TouchDeviceType
Fields
Mouse = 1A mouse was being used when the event was raised.
Other = 4Other device was being used when the event was raised.
Pen = 2A pen on the screen was being used when the event was raised.
Touch = 0A finger on the screen was being used when the event was raised.
Touchpad = 3Touchpad device was being used when the event was raised.
Unknown = 5Unkonown device was being used when the event was raised.