raylibtech / rtools

rtools feedback and issues
17 stars 1 forks source link

[rGuiStyler] Support HighDPI and 4K monitors #3

Closed Skytrias closed 2 years ago

raysan5 commented 4 years ago

raylib supports HighDPI but there is some issue related: https://github.com/raysan5/raylib/issues/837

gezzuzz commented 4 years ago

i also find this a little frustrating.. on a 4k monitor the app is so small.. but i can move it to my 1080p monitor so i can deal with it.. a option that just scales everything up 2x would be nice..

raysan5 commented 4 years ago

@gezzuzz I'll try to add the Screen x2 option for upcoming release.

raysan5 commented 4 years ago

@gezzuzz Just published rGuiStyler 3.1. Added a quick shortcut to double screen size, Use 1 and 2 keys. I'll try to add a better mechanism (a button) in next version.