podgorskiy / bimpy

imgui for python
https://podgorskiy.github.io/bimpy/
MIT License
202 stars 33 forks source link

Feature Request: DPI Content Scaling #45

Open krister-ts opened 3 years ago

krister-ts commented 3 years ago

I would like to scale depending on monitor DPI.

I think this can be done by providing access to glfwGetMonitorContentScale() function in the API.

Thanks