Table of Contents

Enum TouchState

Namespace
DotNetBrowser.Input.Touch.Events
Assembly
DotNetBrowser.dll

The possible states of the touch point.

public enum TouchState

Fields

Canceled = 6

The touch has been canceled.

Ended = 3

The touch has ended.

Moved = 4

The touch point has moved.

Started = 2

The touch has started.

Stationary = 5

The touch point didn't change its state.

TouchStateUnspecified = 0

Reserved value.

Undefined = 1

The touch point state is undefined.