godot-platform-desktop - Desktop Platform Features and Best Practices in Godot
Provides desktop platform guidelines for Godot, covering window management, settings persistence, keybind remapping, and Steam integration.
Tags
Updated: 2026-09-16Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Manage window modes and resolution
- Save settings to user directory
- Remap input using physical keycode
- Wrap platform SDK singletons safely
- Handle graceful window shutdown requests
- Execute native shell system commands
Inputs
- User config file
- Player input events
- Platform SDK singletons
Outputs
- Updated ConfigFile in user directory
- Modified DisplayServer window mode
- Rebound InputMap action events
- Platform SDK achievements and stats
Requirements
- Godot Engine
- Desktop operating systems (Windows, Linux, macOS)
- GodotSteam plugin (optional)
