diff options
author | hurikhan <m4r10.5ch14ck@gmail.com> | 2015-02-12 15:58:00 +0100 |
---|---|---|
committer | hurikhan <m4r10.5ch14ck@gmail.com> | 2015-02-12 15:58:00 +0100 |
commit | df7d26ff5b89ce9852813abd370d1357aab1501b (patch) | |
tree | 91e81ae719b68b03000e2d488192e6b737ddcf36 /demos | |
parent | f9489b7ff41f6ca609c4c5815bbee975285c0345 (diff) |
cleanup + MouseGrab
Diffstat (limited to 'demos')
-rw-r--r-- | demos/misc/window_management/control.gd | 2 | ||||
-rw-r--r-- | demos/misc/window_management/window_management.scn | bin | 4744 -> 4850 bytes |
2 files changed, 2 insertions, 0 deletions
diff --git a/demos/misc/window_management/control.gd b/demos/misc/window_management/control.gd index d329237aed..50fc3a3765 100644 --- a/demos/misc/window_management/control.gd +++ b/demos/misc/window_management/control.gd @@ -28,6 +28,8 @@ func _fixed_process(delta): get_node("Label_Size").set_text(str("Size:\n", OS.get_window_size() ) ) + get_node("Label_MousePosition").set_text(str("Mouse Position:\n", Input.get_mouse_pos() ) ) + get_node("Label_Screen_Count").set_text( str("Screen_Count:\n", OS.get_screen_count() ) ) get_node("Label_Screen_Current").set_text( str("Screen:\n", OS.get_screen() ) ) diff --git a/demos/misc/window_management/window_management.scn b/demos/misc/window_management/window_management.scn Binary files differindex bf7a0871e7..14d0da0415 100644 --- a/demos/misc/window_management/window_management.scn +++ b/demos/misc/window_management/window_management.scn |