Poobslag / turbofat

Block-dropping puzzle game
MIT License
50 stars 17 forks source link

Toggle fullscreen with Alt + Enter #2525

Closed Poobslag closed 1 month ago

Poobslag commented 4 months ago

Unreal and Unity by default allow switching between windowed (multitasking) and fullscreen (immersion) using ALT+ENTER Most other games do too. It allows for fast necessary window management, because there are screens/drivers that just have issues with fullscreen but playing fullscreen is important for immersion.

Godot #1983 lists some workarounds for this.