getTouchY function

int getTouchY()

Get touch position Y for touch point 0 (relative to screen size).

Implementation

int getTouchY() {
  return library.GetTouchY();
}