diff options
author | hurikhan <m4r10.5ch14ck@gmail.com> | 2015-03-08 09:26:58 -0500 |
---|---|---|
committer | hurikhan <m4r10.5ch14ck@gmail.com> | 2015-03-08 09:26:58 -0500 |
commit | f7621810a2f072a5d77563b6018023c575f355bf (patch) | |
tree | 1737ea3932ad47eb0873b70df38eb45298c76ec4 /demos/misc | |
parent | 52a4e8495c6b9324f3c61f85c3ed3708c3e93213 (diff) |
removed up, down, left, right keys from the demo.
were used before for fast multiscreen setup testing.
Diffstat (limited to 'demos/misc')
-rw-r--r-- | demos/misc/window_management/control.gd | 12 | ||||
-rw-r--r-- | demos/misc/window_management/window_management.scn | bin | 5068 -> 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 Binary files differindex 9b963a0a15..b8b0ee210b 100644 --- a/demos/misc/window_management/window_management.scn +++ b/demos/misc/window_management/window_management.scn |