GetPointerTouchInfoHistory method
int
GetPointerTouchInfoHistory(
- int pointerId,
- Pointer<
Uint32> entriesCount, - Pointer<
POINTER_TOUCH_INFO> touchInfo
Implementation
int GetPointerTouchInfoHistory(
int pointerId,
ffi.Pointer<ffi.Uint32> entriesCount,
ffi.Pointer<POINTER_TOUCH_INFO> touchInfo,
) {
return (_GetPointerTouchInfoHistory ??= _dylib.lookupFunction<
_c_GetPointerTouchInfoHistory,
_dart_GetPointerTouchInfoHistory>('GetPointerTouchInfoHistory'))(
pointerId,
entriesCount,
touchInfo,
);
}