public OptionsScreen(Game game) : base(game) { buttons = ButtonFactory.CreateOptionsButtons(); index = 0; tempSencitivity = controlManager.Mouse.Sensitivity * 1000; tempDimencions = screenManager.Dimensions; tempFullScreen = screenManager.Fullscreen; }