Add core_highdpi example

This example enables HIGHDPI and renders a scale showing how the logical
size compares to the pixel size of the window.
This commit is contained in:
Jonathan Marler
2025-03-27 10:52:32 -06:00
parent 9a049d1d27
commit 336fd78f74
7 changed files with 693 additions and 0 deletions

View File

@ -508,6 +508,7 @@ CORE = \
core/core_custom_frame_control \
core/core_custom_logging \
core/core_drop_files \
core/core_high_dpi \
core/core_input_gamepad \
core/core_input_gestures \
core/core_input_gestures_web \