GetWindowPosition method

Vector2D GetWindowPosition()

Implementation

Vector2D GetWindowPosition() => run(
  () => 'GetWindowPosition()',
  () => rl.Core.GetWindowPosition().toD(),
);