We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Get window scale DPI factor for current monitor
None.
raylib.InitWindow 800, 600, "DPI Demo" dpi = raylib.GetWindowScaleDPI print "DPI scale: " + dpi[0] + " x " + dpi[1] raylib.CloseWindow
There was an error while loading. Please reload this page.