mirror of
				https://github.com/raysan5/raylib.git
				synced 2025-10-26 12:27:01 +00:00 
			
		
		
		
	Reviewed latest PR, variable name
This commit is contained in:
		| @@ -958,7 +958,7 @@ RLAPI void DisableEventWaiting(void);                             // Disable wai | ||||
| // To avoid that behaviour and control frame processes manually, enable in config.h: SUPPORT_CUSTOM_FRAME_CONTROL | ||||
| RLAPI void SwapScreenBuffer(void);                                // Swap back buffer with front buffer (screen drawing) | ||||
| RLAPI void PollInputEvents(void);                                 // Register all input events | ||||
| RLAPI void WaitTime(double waitSeconds);                          // Wait for some time (halt program execution) | ||||
| RLAPI void WaitTime(double seconds);                              // Wait for some time (halt program execution) | ||||
|  | ||||
| // Cursor-related functions | ||||
| RLAPI void ShowCursor(void);                                      // Shows cursor | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Ray
					Ray