setGesturesEnabled function

void setGesturesEnabled(
  1. int flags
)

Enable a set of gestures using flags.

View Gesture for more information.

Implementation

void setGesturesEnabled(int flags) {
  return library.SetGesturesEnabled(flags);
}