|
|
|
@ -27,7 +27,7 @@ int main(void) |
|
|
|
const int screenWidth = 800; |
|
|
|
const int screenHeight = 450; |
|
|
|
|
|
|
|
SetConfigFlags(FLAG_WINDOW_HIGHDPI | FLAG_WINDOW_RESIZABLE); |
|
|
|
SetConfigFlags(FLAG_WINDOW_RESIZABLE | FLAG_WINDOW_HIGHDPI); |
|
|
|
InitWindow(screenWidth, screenHeight, "raylib [core] example - highdpi testbed"); |
|
|
|
|
|
|
|
Vector2 scaleDpi = GetWindowScaleDPI(); |
|
|
|
|