Version: 2017.2

GestureRecognizer.StartCapturingGestures

Cambiar al Manual
public void StartCapturingGestures ();

Descripción

Call to begin receiving gesture events on this recognizer. No events will be received until this method is called.

A common use case may be turn to on capturing while an object has focus and turn it off when an object is out of focus.