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