GetPointerFramePenInfoHistory method
Implementation
int GetPointerFramePenInfoHistory(
int pointerId,
ffi.Pointer<ffi.Uint32> entriesCount,
ffi.Pointer<ffi.Uint32> pointerCount,
ffi.Pointer<POINTER_PEN_INFO> penInfo,
) {
return (_GetPointerFramePenInfoHistory ??= _dylib.lookupFunction<
_c_GetPointerFramePenInfoHistory,
_dart_GetPointerFramePenInfoHistory>('GetPointerFramePenInfoHistory'))(
pointerId,
entriesCount,
pointerCount,
penInfo,
);
}