EnableMouseInPointerForThread method

int EnableMouseInPointerForThread()

Implementation

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