Sandbox Logo

Panel.ButtonInput

PanelInputType ButtonInput { get; set; }

Description

Describe what to do with keyboard input. The default is InputMode.UI which means that when focused, this panel will receive Keys Typed and Button Events. If you set this to InputMode.Game, this panel will redirect its inputs to the game, which means for example that if you're focused on this panel and press space, it'll send the jump button to the game.

Return

User Comments