fayez-nazzal / mouse_position

Rust crate to get mouse position on Linux, MacOS, and Windows.
https://crates.io/crates/mouse_position
MIT License
5 stars 6 forks source link

windows-only function for setting DPI #1

Open Apocalyptapig opened 1 year ago

Apocalyptapig commented 1 year ago

for use with higher-res monitors - adds winit as a dependency for getting DPI

(first pr, apologies if this isn't the right way)

fayez-nazzal commented 1 year ago

Thank you for the contribution, let me check it on my windows machine in my free time :)