Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

GestureRecognizer.StopCapturingGestures

public void StopCapturingGestures();

Description

Call to stop receiving gesture events on this recognizer.

Note that you may still receive pending events after this method is called. Call CancelGestures if you wish to ensure no further events are received.