GetPointerCursorId method
Implementation
int GetPointerCursorId(
int pointerId,
ffi.Pointer<ffi.Uint32> cursorId,
) {
return (_GetPointerCursorId ??=
_dylib.lookupFunction<_c_GetPointerCursorId, _dart_GetPointerCursorId>(
'GetPointerCursorId'))(
pointerId,
cursorId,
);
}