rust_minifb icon indicating copy to clipboard operation
rust_minifb copied to clipboard

Implement DPI Support

Open emoon opened this issue 3 years ago • 0 comments

Implement a dpi_scale() -> f32 function that returns the current DPI scale for the active monitor where the window is visible.

Related to the following issues #226 #202 #221

Current progress (in https://github.com/emoon/rust_minifb/tree/dpi-support)

  • [ ] Linux (x11)
  • [ ] Linux (Wayland)
  • [ ] macOS
  • [ ] Windows

emoon avatar Feb 19 '21 08:02 emoon