acknowledgeMouseEvents static method

Future<void> acknowledgeMouseEvents()

Makes the window acknowledge mouse events (macOS only).

This method can be used to make parts of the window click-through, which may be desirable when used in conjunction with Window.makeWindowFullyTransparent().

Implementation

static Future<void> acknowledgeMouseEvents() async {
  WindowManipulator.acknowledgeMouseEvents();
}