Esempio n. 1
0
        public void Apply(WindowInterface window)
        {
            var stateChanged = fullscreen.State != window.IsFullScreen;

            if (stateChanged)
            {
                window.SetFullscreen(fullscreen.State);
            }

            window.ApplyChanges();
        }