Add SUPPORT_HIGH_DPI to CMakeOptions.txt
This commit is contained in:
parent
0b2bad4205
commit
780cefc3b0
@ -31,6 +31,7 @@ option(SUPPORT_SCREEN_CAPTURE "Allow automatic screen capture of current screen
|
||||
option(SUPPORT_GIF_RECORDING "Allow automatic gif recording of current screen pressing CTRL+F12, defined in KeyCallback()" ON)
|
||||
option(SUPPORT_GESTURES_SYSTEM "Gestures module is included (gestures.h) to support gestures detection: tap, hold, swipe, drag" ON)
|
||||
option(SUPPORT_MOUSE_GESTURES "Mouse gestures are directly mapped like touches and processed by gestures system" ON)
|
||||
option(SUPPORT_HIGH_DPI "Support high DPI displays" OFF)
|
||||
|
||||
# rlgl.h
|
||||
option(SUPPORT_VR_SIMULATOR "Support VR simulation functionality (stereo rendering)" ON)
|
||||
|
@ -15,6 +15,8 @@
|
||||
#cmakedefine SUPPORT_SCREEN_CAPTURE 1
|
||||
/* Allow automatic gif recording of current screen pressing CTRL+F12, defined in KeyCallback() */
|
||||
#cmakedefine SUPPORT_GIF_RECORDING 1
|
||||
/* Support high DPI displays */
|
||||
#cmakedefine SUPPORT_HIGH_DPI 1
|
||||
|
||||
// rlgl.h
|
||||
/* Support VR simulation functionality (stereo rendering) */
|
||||
|
Loading…
Reference in New Issue
Block a user