getTouchX function

int getTouchX()

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

Implementation

int getTouchX() {
  return library.GetTouchX();
}