GetTouchPointCount method

int GetTouchPointCount()

Implementation

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