Mark Sibly 7 tahun lalu
induk
melakukan
00c1650bc2
1 mengubah file dengan 3 tambahan dan 5 penghapusan
  1. 3 5
      modules/mojo/app/window.monkey2

+ 3 - 5
modules/mojo/app/window.monkey2

@@ -181,13 +181,11 @@ Class Window Extends View
 		ResizeWindow( New Recti( 0,0,width,height ).Centered( New Recti( 0,0,App.DesktopSize ) ) )
 		ResizeWindow( New Recti( 0,0,width,height ).Centered( New Recti( 0,0,App.DesktopSize ) ) )
 	End
 	End
 	
 	
-	#rem monkeydoc Switches to 'desktop' fullscreen mode.
+	#rem monkeydoc Switches window to fullscreen mode.
 	
 	
-	Switches to 'desktop' fullscreen mode. 
+	If called with no parameters, resizes the window to cover the entire desktop without actually changing the display mode.
 	
 	
-	The window is resized to cover the entire desktop and any window decorations are hidden.
-	
-	The display resolution does not actually change.
+	If called with size and refresh rate parameters, both the display mode and window size are changed.
 	
 	
 	#end	
 	#end	
 	Method BeginFullscreen()
 	Method BeginFullscreen()