summaryrefslogtreecommitdiff
path: root/demos/misc
diff options
context:
space:
mode:
Diffstat (limited to 'demos/misc')
-rw-r--r--demos/misc/window_management/control.gd12
-rw-r--r--demos/misc/window_management/window_management.scnbin5068 -> 5087 bytes
2 files changed, 0 insertions, 12 deletions
diff --git a/demos/misc/window_management/control.gd b/demos/misc/window_management/control.gd
index 7f805a1a21..bca13c5a0c 100644
--- a/demos/misc/window_management/control.gd
+++ b/demos/misc/window_management/control.gd
@@ -54,18 +54,6 @@ func _fixed_process(delta):
get_node("Label_Screen1_Resolution").hide()
get_node("Label_Screen1_Position").hide()
- if( Input.is_action_pressed("ui_right")):
- OS.set_screen(1)
-
- if( Input.is_action_pressed("ui_left")):
- OS.set_screen(0)
-
- if( Input.is_action_pressed("ui_up")):
- OS.set_fullscreen(true)
-
- if( Input.is_action_pressed("ui_down")):
- OS.set_fullscreen(false)
-
get_node("Button_Fullscreen").set_pressed( OS.is_fullscreen() )
get_node("Button_FixedSize").set_pressed( !OS.is_resizable() )
get_node("Button_Minimized").set_pressed( OS.is_minimized() )
diff --git a/demos/misc/window_management/window_management.scn b/demos/misc/window_management/window_management.scn
index 9b963a0a15..b8b0ee210b 100644
--- a/demos/misc/window_management/window_management.scn
+++ b/demos/misc/window_management/window_management.scn
Binary files differ