GetTouchPointId method

  1. @override
int GetTouchPointId(
  1. int index
)
override

Get touch point identifier for given index

Implementation

@override
int GetTouchPointId(
  int index,
) => _ffi.GetTouchPointId(
  index,
);