SKTouchDeviceType Enum

Definition

Specifies constants that define which touch device was used.

public enum SKTouchDeviceType
Inheritance
SKTouchDeviceType

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.

Applies to