GetWindowPosition method

  1. @override
Vector2D GetWindowPosition()
override

Get window position XY on monitor

Implementation

@override
Vector2D GetWindowPosition() => $.Vector2$.Extract1(
  (p) => _ffi.GetWindowPosition().toDart(p.asNativePointer()),
);