REDESIGNED: Window state config #1367 -WIP-

Some flags not working properly yet...
This commit is contained in:
Ray 2020-11-23 00:49:27 +01:00
parent a560fe9a1e
commit 468a0bedd8
4 changed files with 426 additions and 170 deletions

View file

@ -56,8 +56,6 @@
#define SUPPORT_SCREEN_CAPTURE 1
// Allow automatic gif recording of current screen pressing CTRL+F12, defined in KeyCallback()
#define SUPPORT_GIF_RECORDING 1
// Allow scale all the drawn content to match the high-DPI equivalent size (only PLATFORM_DESKTOP)
//#define SUPPORT_HIGH_DPI 1
// Support CompressData() and DecompressData() functions
#define SUPPORT_COMPRESSION_API 1
// Support saving binary data automatically to a generated storage.data file. This file is managed internally.