GetPointerPenInfoHistory method
int
GetPointerPenInfoHistory(
- int pointerId,
- Pointer<
Uint32> entriesCount, - Pointer<
POINTER_PEN_INFO> penInfo
Implementation
int GetPointerPenInfoHistory(
int pointerId,
ffi.Pointer<ffi.Uint32> entriesCount,
ffi.Pointer<POINTER_PEN_INFO> penInfo,
) {
return (_GetPointerPenInfoHistory ??= _dylib.lookupFunction<
_c_GetPointerPenInfoHistory,
_dart_GetPointerPenInfoHistory>('GetPointerPenInfoHistory'))(
pointerId,
entriesCount,
penInfo,
);
}