PanelInputType ButtonInput { get; set; }

Summary

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.
people
Log in to reply
You can't reply if you're not logged in. That would be crazy.