Aaron Franke 7e129db12e Use "not" instead of the exclamation mark in GDScript files %!s(int64=3) %!d(string=hai) anos
..
observer 7e129db12e Use "not" instead of the exclamation mark in GDScript files %!s(int64=3) %!d(string=hai) anos
screenshots fcc7d5c723 Optimize PNG images using oxipng %!s(int64=4) %!d(string=hai) anos
README.md d4bf89d364 Link to the asset library from the README of each demo %!s(int64=4) %!d(string=hai) anos
control.gd 7e129db12e Use "not" instead of the exclamation mark in GDScript files %!s(int64=3) %!d(string=hai) anos
icon.png 184b0fe5f8 Optimize all images using `oxipng -o6 --strip all --zopfli` %!s(int64=5) %!d(string=hai) anos
icon.png.import a45b84a5ad Handle multiple resolutions in most demos %!s(int64=5) %!d(string=hai) anos
project.godot 814909538f Update projects to Godot 3.3 %!s(int64=3) %!d(string=hai) anos
window_management.tscn 814909538f Update projects to Godot 3.3 %!s(int64=3) %!d(string=hai) anos

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