isGestureDetected function

bool isGestureDetected(
  1. int gesture
)

Check if a gesture have been detected.

View Gesture for more information.

Implementation

bool isGestureDetected(int gesture) {
  return library.IsGestureDetected(gesture);
}