Click or drag to resize

GestureSendStateChangeMessages Property

Gets or sets a value indicating whether state change events are broadcasted if UseSendMessage is true.

Namespace:  TouchScript.Gestures
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public bool SendStateChangeMessages { get; set; }

Property Value

Type: Boolean
true if state change events should be broadcaster; otherwise, false.
See Also