godot-demo-projects/misc/window_management
Aaron Franke 918a289ee2
Format files using updated file_format.sh
2020-10-01 14:23:54 -04:00
..
observer Format files using updated file_format.sh 2020-10-01 14:23:54 -04:00
screenshots Optimize PNG images using oxipng 2020-08-16 17:48:38 -05:00
README.md Link to the asset library from the README of each demo 2020-09-10 15:37:10 -04:00
control.gd Replace _input with _unhandled_input 2020-06-08 22:43:19 -04:00
icon.png
icon.png.import
project.godot Allow hiDPI in all demos that support multiple resolutions 2020-10-01 00:56:12 +02:00
window_management.tscn

README.md

Window Management

A demo showing the various window management features available through OS.

  • Moving the window.
  • Making it resizeable / nonresizeable and setting its size.
  • Minimizing and maximizing.
  • Moving the window around.
  • Capturing or hiding the mouse.
  • Getting various information about the screens, including DPI.

Language: GDScript

Renderer: GLES 2

Check out this demo on the asset library: https://godotengine.org/asset-library/asset/145

Screenshots

Screenshot