mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2025-12-15 13:00:07 +01:00
Split Screen Input
A demo showing a Split Screen GUI and input handling for local multiplayer using viewports.
It demonstrates:
- Single World2D, that is shared among many Viewports
- Simplified Input Map, that uses the same Actions for all Split Screens
- Input event routing to different viewports based on joypad device id and dedicated keyboard keys
- Dynamic keybinding adjustment for each Split Screen
Language: GDScript
Renderer: Compatibility
