EnableMouseInPointerForThread method
Implementation
int EnableMouseInPointerForThread() {
return (_EnableMouseInPointerForThread ??= _dylib.lookupFunction<
_c_EnableMouseInPointerForThread,
_dart_EnableMouseInPointerForThread>(
'EnableMouseInPointerForThread'))();
}