GetTouchX method

int GetTouchX()

Implementation

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