| 
																	
																	
																		
																			
																		
																	
																	
																 | 
																@ -170,7 +170,6 @@ static Matrix downscaleView;                // Matrix to downscale view (in case | 
															
														
														
													
														
															
																 | 
																 | 
																
 | 
																 | 
																 | 
																
 | 
															
														
														
													
														
															
																 | 
																 | 
																#if defined(PLATFORM_DESKTOP) || defined(PLATFORM_RPI) || defined(PLATFORM_WEB) | 
																 | 
																 | 
																#if defined(PLATFORM_DESKTOP) || defined(PLATFORM_RPI) || defined(PLATFORM_WEB) | 
															
														
														
													
														
															
																 | 
																 | 
																static const char *windowTitle;             // Window text title... | 
																 | 
																 | 
																static const char *windowTitle;             // Window text title... | 
															
														
														
													
														
															
																 | 
																 | 
																static char configFlags = 0; | 
																 | 
																 | 
																 | 
															
														
														
													
														
															
																 | 
																 | 
																
 | 
																 | 
																 | 
																
 | 
															
														
														
													
														
															
																 | 
																 | 
																static bool customCursor = false;           // Tracks if custom cursor has been set | 
																 | 
																 | 
																static bool customCursor = false;           // Tracks if custom cursor has been set | 
															
														
														
													
														
															
																 | 
																 | 
																static bool cursorOnScreen = false;         // Tracks if cursor is inside client area | 
																 | 
																 | 
																static bool cursorOnScreen = false;         // Tracks if cursor is inside client area | 
															
														
														
													
												
													
														
															
																| 
																	
																		
																			
																		
																	
																	
																		
																			
																		
																	
																	
																 | 
																@ -204,6 +203,7 @@ static double updateTime, drawTime;         // Time measures for update and draw | 
															
														
														
													
														
															
																 | 
																 | 
																static double frameTime;                    // Time measure for one frame | 
																 | 
																 | 
																static double frameTime;                    // Time measure for one frame | 
															
														
														
													
														
															
																 | 
																 | 
																static double targetTime = 0.0;             // Desired time for one frame, if 0 not applied | 
																 | 
																 | 
																static double targetTime = 0.0;             // Desired time for one frame, if 0 not applied | 
															
														
														
													
														
															
																 | 
																 | 
																
 | 
																 | 
																 | 
																
 | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																static char configFlags = 0; | 
															
														
														
													
														
															
																 | 
																 | 
																static bool showLogo = false; | 
																 | 
																 | 
																static bool showLogo = false; | 
															
														
														
													
														
															
																 | 
																 | 
																
 | 
																 | 
																 | 
																
 | 
															
														
														
													
														
															
																 | 
																 | 
																//---------------------------------------------------------------------------------- | 
																 | 
																 | 
																//---------------------------------------------------------------------------------- | 
															
														
														
													
												
													
														
															
																| 
																	
																		
																			
																		
																	
																	
																		
																			
																		
																	
																	
																 | 
																@ -455,12 +455,6 @@ int GetScreenHeight(void) | 
															
														
														
													
														
															
																 | 
																 | 
																    return screenHeight; | 
																 | 
																 | 
																    return screenHeight; | 
															
														
														
													
														
															
																 | 
																 | 
																} | 
																 | 
																 | 
																} | 
															
														
														
													
														
															
																 | 
																 | 
																
 | 
																 | 
																 | 
																
 | 
															
														
														
													
														
															
																 | 
																 | 
																// Get the last key pressed | 
																 | 
																 | 
																 | 
															
														
														
													
														
															
																 | 
																 | 
																int GetKeyPressed(void) | 
																 | 
																 | 
																 | 
															
														
														
													
														
															
																 | 
																 | 
																{ | 
																 | 
																 | 
																 | 
															
														
														
													
														
															
																 | 
																 | 
																    return lastKeyPressed; | 
																 | 
																 | 
																 | 
															
														
														
													
														
															
																 | 
																 | 
																} | 
																 | 
																 | 
																 | 
															
														
														
													
														
															
																 | 
																 | 
																
 | 
																 | 
																 | 
																 | 
															
														
														
													
														
															
																 | 
																 | 
																// Sets Background Color | 
																 | 
																 | 
																// Sets Background Color | 
															
														
														
													
														
															
																 | 
																 | 
																void ClearBackground(Color color) | 
																 | 
																 | 
																void ClearBackground(Color color) | 
															
														
														
													
														
															
																 | 
																 | 
																{ | 
																 | 
																 | 
																{ | 
															
														
														
													
												
													
														
															
																| 
																	
																		
																			
																		
																	
																	
																		
																			
																		
																	
																	
																 | 
																@ -674,6 +668,12 @@ bool IsKeyUp(int key) | 
															
														
														
													
														
															
																 | 
																 | 
																    else return false; | 
																 | 
																 | 
																    else return false; | 
															
														
														
													
														
															
																 | 
																 | 
																} | 
																 | 
																 | 
																} | 
															
														
														
													
														
															
																 | 
																 | 
																
 | 
																 | 
																 | 
																
 | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																// Get the last key pressed | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																int GetKeyPressed(void) | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																{ | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																    return lastKeyPressed; | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																} | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																
 | 
															
														
														
													
														
															
																 | 
																 | 
																// Detect if a mouse button has been pressed once | 
																 | 
																 | 
																// Detect if a mouse button has been pressed once | 
															
														
														
													
														
															
																 | 
																 | 
																bool IsMouseButtonPressed(int button) | 
																 | 
																 | 
																bool IsMouseButtonPressed(int button) | 
															
														
														
													
														
															
																 | 
																 | 
																{ | 
																 | 
																 | 
																{ | 
															
														
														
													
												
													
														
															
																| 
																	
																		
																			
																		
																	
																	
																	
																 | 
																
 |