EnableMouseInPointer method
Implementation
int EnableMouseInPointer(
int fEnable,
) {
return (_EnableMouseInPointer ??= _dylib.lookupFunction<
_c_EnableMouseInPointer,
_dart_EnableMouseInPointer>('EnableMouseInPointer'))(
fEnable,
);
}