Review and un-expose InitTimer()

Actually it's not required for SUPPORT_CUSTOM_FRAME_CONTROL
This commit is contained in:
Ray 2021-06-22 20:26:59 +02:00
parent 7f2a071c51
commit 429c5a9a9a
2 changed files with 9 additions and 5 deletions

View file

@ -964,10 +964,9 @@ RLAPI const char *GetClipboardText(void); // Get clipboa
// NOTE: Those functions are intended for advance users that want full control over the frame processing
// By default EndDrawing() does this job: draws everything + SwapScreenBuffer() + manage frame timming + PollInputEvents()
// To avoid that behaviour and control frame processes manually, enable in config.h: SUPPORT_CUSTOM_FRAME_CONTROL
RLAPI void InitTimer(void); // Initialize timer (hi-resolution if available)
RLAPI void WaitTime(float ms); // Wait for some milliseconds (halt program execution)
RLAPI void SwapScreenBuffer(void); // Swap back buffer with front buffer (screen drawing)
RLAPI void PollInputEvents(void); // Register all input events
RLAPI void WaitTime(float ms); // Wait for some milliseconds (halt program execution)
// Cursor-related functions
RLAPI void ShowCursor(void); // Shows cursor