فهرست منبع

Added Alt-Enter fullscreen toggle to spacechimps banana.

Mark Sibly 8 سال پیش
والد
کامیت
d9de6d231c
1فایلهای تغییر یافته به همراه4 افزوده شده و 1 حذف شده
  1. 4 1
      bananas/spacechimps/spacechimps.monkey2

+ 4 - 1
bananas/spacechimps/spacechimps.monkey2

@@ -75,7 +75,10 @@ Class MyWindow Extends Window
 		Select event.Type
 		Case EventType.KeyDown
 			Select event.Key
-
+			Case Key.Enter
+				If event.Modifiers & Modifier.Alt
+					If Fullscreen EndFullscreen() Else BeginFullscreen()
+				Endif
 			Case Key.S
 			
 				SwapInterval=1-SwapInterval