Add to ToggleFullscreen() header file

This commit is contained in:
boost2017 2018-01-13 02:03:46 -05:00 committed by GitHub
parent 05c60ad52f
commit 6fe57dec0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -302,6 +302,18 @@ public:
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
Window& SetFullscreen(Uint32 flags); Window& SetFullscreen(Uint32 flags);
////////////////////////////////////////////////////////////
/// \brief Toggle the window's fullscreen state
///
/// \returns Reference to self
///
/// \throws SDL2pp::Exception
///
/// \see http://wiki.libsdl.org/SDL_SetWindowFullscreen
///
////////////////////////////////////////////////////////////
Window& ToggleFullscreen();
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
/// \brief Set the size of a window's client area /// \brief Set the size of a window's client area
/// ///