game_window
Retrieve or modify Godot window attributes including size, fullscreen, title, position, borderless, and vsync.
Instructions
Get/set window size, fullscreen, title, position
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Window title | |
| vsync | No | Enable vsync | |
| width | No | Window width | |
| action | No | Action: get or set. Default: get | |
| height | No | Window height | |
| position | No | Window position {x, y} | |
| borderless | No | Borderless mode | |
| fullscreen | No | Fullscreen mode |