getTouchPointCount function

int getTouchPointCount()

Get number of touch points.

Implementation

int getTouchPointCount() {
  return library.GetTouchPointCount();
}