GetPointerFrameTouchInfo method

int GetPointerFrameTouchInfo(
  1. int pointerId,
  2. Pointer<Uint32> pointerCount,
  3. Pointer<POINTER_TOUCH_INFO> touchInfo
)

Implementation

int GetPointerFrameTouchInfo(
  int pointerId,
  ffi.Pointer<ffi.Uint32> pointerCount,
  ffi.Pointer<POINTER_TOUCH_INFO> touchInfo,
) {
  return _GetPointerFrameTouchInfo(
    pointerId,
    pointerCount,
    touchInfo,
  );
}