Click or drag to resize

TouchManagerMessageType Enumeration

Values of a bit-mask representing which Unity messages an instance of TouchManager will dispatch.

Namespace:  TouchScript
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[FlagsAttribute]
public enum MessageType
Members
  Member nameValueDescription
FrameStarted1 Pointer frame started.
FrameFinished2 Pointer frame finished.
PointersAdded4 Some pointers were added during the frame.
PointersUpdated8 Some pointers were updated during the frame.
PointersPressed16 Some pointers have touched the surface during the frame.
PointersReleased32 Some pointers were released during the frame.
PointersRemoved64 Some pointers were removed during the frame.
PointersCancelled128 Some pointers were cancelled during the frame.
See Also