getGestureDetected function

int getGestureDetected()

Get latest detected gesture.

Implementation

int getGestureDetected() {
  return library.GetGestureDetected();
}