public override void HandleInput() { base.HandleInput(); if (Active) { LeftButton.HandleInput(); RightButton.HandleInput(); } }