GetTouchPointId method

int GetTouchPointId(
  1. num index
)

Implementation

int GetTouchPointId(
  num index,
) => run(
  () => 'GetTouchPointId($index)',
  () => rl.Core.GetTouchPointId(index.toInt()),
);