mirror of
				https://github.com/glfw/glfw.git
				synced 2025-11-04 06:15:07 +00:00 
			
		
		
		
	
							parent
							
								
									80d181f12d
								
							
						
					
					
						commit
						9718675d86
					
				@ -85,8 +85,8 @@ void monitor_callback(GLFWmonitor* monitor, int event)
 | 
			
		||||
}
 | 
			
		||||
@endcode
 | 
			
		||||
 | 
			
		||||
If a monitor is disconnected, any windows that are full screen on it get forced
 | 
			
		||||
into windowed mode.
 | 
			
		||||
If a monitor is disconnected, all windows that are full screen on it will be
 | 
			
		||||
switched to windowed mode.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@section monitor_properties Monitor properties
 | 
			
		||||
 | 
			
		||||
@ -89,8 +89,8 @@ the desktop.  This behavior can be disabled with the
 | 
			
		||||
[GLFW_AUTO_ICONIFY](@ref GLFW_AUTO_ICONIFY_hint) window hint, for example if you
 | 
			
		||||
wish to simultaneously cover multiple monitors with full screen windows.
 | 
			
		||||
 | 
			
		||||
If a monitor is disconnected, any window that is full screen on that monitor
 | 
			
		||||
will be forced into windowed mode.  See @ref monitor_event for more information.
 | 
			
		||||
If a monitor is disconnected, all windows that are full screen on that monitor
 | 
			
		||||
will be switched to windowed mode.  See @ref monitor_event for more information.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@subsubsection window_windowed_full_screen "Windowed full screen" windows
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user