GetWindowScaleDPI method

Vector2D GetWindowScaleDPI()

Implementation

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