Files
godot-demo-projects/viewport/split_screen_input
Markus Sauermann 10eb2807b8 Add Split Screen Demo showing input handling (#1023)
* Add Split Screen Demo showing input handling

* Style fixes, layout improvements, update to Godot 4.5

---------

Co-authored-by: Aaron Franke <arnfranke@yahoo.com>
2025-10-01 22:56:48 -07: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

Screenshots

Screenshot