Frame: Use PauseAndLock when switching fullscreen modes.

This allows us to regain exclusive mode directly from OnActive().
This commit is contained in:
Jules Blok 2016-11-09 01:41:38 +01:00
commit d7cf5e28b6
4 changed files with 38 additions and 23 deletions

View file

@ -73,6 +73,7 @@ public:
virtual void SetInterlacingMode() {}
virtual void SetViewport() {}
virtual void SetFullscreen(bool enable_fullscreen) {}
virtual bool IsFullscreen() { return false; }
virtual void ApplyState(bool bUseDstAlpha) {}
virtual void RestoreState() {}
virtual void ResetAPIState() {}