mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-08-04 03:15:59 -04:00
Add to ToggleFullscreen() header file
This commit is contained in:
parent
05c60ad52f
commit
6fe57dec0d
@ -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
|
||||||
///
|
///
|
||||||
|
Loading…
x
Reference in New Issue
Block a user