Install our extension to search inside any video instantly.

Might Do Some Work on Alchemortis - Live Game Development

Added:
332 views10likes2:12:23FirebelleyGamesOriginal Release: 2026-07-16

This video demonstrates how to implement controller input handling in Godot engine, specifically addressing scroll management challenges when multiple scroll containers exist on screen. The developer explains that Godot normalizes controller inputs across platforms (Xbox, PlayStation, Nintendo) using standardized button mappings, but scroll handling requires careful focus management. The solution involves using focus context boundary components and focus toggle listeners to ensure scroll handlers only intercept input when the corresponding scroll bar has focus, preventing conflicts between multiple scrollable areas. This approach ensures that controller users can navigate different UI elements without unintended scroll behavior.