Version: 2017.3

GestureRecognizer.StartCapturingGestures

Switch to Manual
public void StartCapturingGestures ();

Description

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.