| 
				
				
					
						
					
				
				
				 | 
			
			 | 
			
			@ -84,15 +84,6 @@ | 
			
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
			    #include "GLFW/glfw3native.h"       // Required for: glfwGetCocoaWindow() | 
			
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
			#endif | 
			
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
			
 | 
			
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
			//---------------------------------------------------------------------------------- | 
			
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
			// Defines and Macros | 
			
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
			//---------------------------------------------------------------------------------- | 
			
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
			// TODO: HACK: Added flag if not provided by GLFW when using external library | 
			
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
			// Latest GLFW release (GLFW 3.3.8) does not implement this flag, it was added for 3.4.0-dev | 
			
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
			#if !defined(GLFW_MOUSE_PASSTHROUGH) | 
			
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
			    #define GLFW_MOUSE_PASSTHROUGH      0x0002000D | 
			
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
			#endif | 
			
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
			
 | 
			
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
			//---------------------------------------------------------------------------------- | 
			
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
			// Types and Structures Definition | 
			
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
			//---------------------------------------------------------------------------------- | 
			
		
		
	
	
		
			
				| 
				
					
						
					
				
				
				
				 | 
			
			 | 
			
			
 |