public override void OnKeyUp(int key) { BaseScreen bs = ScreenStack.Peek(); if (bs != null) { bs.OnKeyUp(key); } }