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