Просмотр исходного кода

Update core_highdpi_testbed.c

pull/5442/head
Ray 2 месяцев назад
Родитель
Сommit
6450a48c75
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      examples/core/core_highdpi_testbed.c

+ 1
- 1
examples/core/core_highdpi_testbed.c Просмотреть файл

@ -75,7 +75,7 @@ int main(void)
// Draw UI info
DrawText(TextFormat("CURRENT MONITOR: %i/%i (%ix%i)", currentMonitor + 1, GetMonitorCount(),
GetMonitorWidth(currentMonitor), GetMonitorHeight(currentMonitor)), 50, 50, 20, DARKGRAY);
DrawText(TextFormat("WINDOW POSITION: %ix%i", windowPos.x, windowPos.y), 50, 90, 20, DARKGRAY);
DrawText(TextFormat("WINDOW POSITION: %ix%i", p">(int)windowPos.x, (int)windowPos.y), 50, 90, 20, DARKGRAY);
DrawText(TextFormat("SCREEN SIZE: %ix%i", GetScreenWidth(), GetScreenHeight()), 50, 130, 20, DARKGRAY);
DrawText(TextFormat("RENDER SIZE: %ix%i", GetRenderWidth(), GetRenderHeight()), 50, 170, 20, DARKGRAY);
DrawText(TextFormat("SCALE FACTOR: %.1fx%.1f", scaleDpi.x, scaleDpi.y), 50, 210, 20, GRAY);

Загрузка…
Отмена
Сохранить