Loading...
Searching...
No Matches
WindowBase.hpp
Go to the documentation of this file.
7// In no event will the authors be held liable for any damages arising from the use of this software.
90 WindowBase(VideoMode mode, const String& title, std::uint32_t style = Style::Default, State state = State::Windowed);
Utility string class that automatically handles conversions between types and encodings.
Definition String.hpp:89
WindowBase(VideoMode mode, const String &title, State state)
Construct a new window.
WindowBase(WindowHandle handle)
Construct the window from an existing control.
WindowBase(VideoMode mode, const String &title, std::uint32_t style=Style::Default, State state=State::Windowed)
Construct a new window.
"platform-specific" WindowHandle
Low-level window handle type, specific to each platform.
Definition WindowHandle.hpp:68
Definition AudioResource.hpp:36