GetTouchY method

int GetTouchY()

Implementation

int GetTouchY() => run(
  () => 'GetTouchY()',
  () => rl.Core.GetTouchY(),
);