Table of Contents

Class TouchDevice

Namespace
Fantas.Input
Assembly
Fantas.dll

Touch Device type (Touch, Mouse, Pen)

public sealed class TouchDevice : Enum
Inheritance
TouchDevice

Fields

Mouse

Mouse pointer event

public const TouchDevice Mouse = 0

Field Value

TouchDevice

Pen

Pen

public const TouchDevice Pen = 2

Field Value

TouchDevice

Touch

Touch contact

public const TouchDevice Touch = 1

Field Value

TouchDevice

value__

public int value__

Field Value

int