emoon / rust_minifb

Cross platfrom window and framebuffer crate for Rust
MIT License
1.01k stars 97 forks source link

Implement DPI Support #236

Open emoon opened 3 years ago

emoon commented 3 years ago

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)