WARNING: Exposed SUPPORT_CUSTOM_FRAME_CONTROL #1729

This commit is contained in:
Ray 2021-06-17 12:17:50 +02:00
parent ab032919df
commit 19b71f5f13
3 changed files with 81 additions and 72 deletions

View file

@ -57,6 +57,10 @@
#define SUPPORT_DATA_STORAGE 1
// Support automatic generated events, loading and recording of those events when required
#define SUPPORT_EVENTS_AUTOMATION 1
// Support custom frame control, only for advance users
// By default EndDrawing() does this job: draws everything + SwapBuffers() + manage frame timming + PollInputEvents()
// Enabling this flag allows manual control of the frame processes, use at your own risk
//#define SUPPORT_CUSTOM_FRAME_CONTROL 1
// core: Configuration values
//------------------------------------------------------------------------------------