32 #include "Portability.h"    33 #include "StringRef.h"    40 #ifndef DOXYGEN_SHOULD_SKIP_THIS    64 #ifndef DOXYGEN_SHOULD_SKIP_THIS    69   static constexpr 
bool value = 
true;
   173     void setPosition(
Vector2i position);
   198     Vector2u getFramebufferSize() 
const;
   205     void setFullscreen(
bool full = 
true);
   210     void toggleFullscreen();
   218       return m_isFullscreen;
   265     void setVisible(
bool visible = 
true);
   273     void setDecorated(
bool decorated = 
true);
   280     bool isFocused() 
const;
   287     bool isMinimized() 
const;
   294     bool isResizable() 
const;
   301     bool isVisible() 
const;
   308     bool isDecorated() 
const;
   338     bool pollEvent(
Event& event);
   364     bool waitEvent(
Event& event);
   384     void setVerticalSyncEnabled(
bool enabled);
   392     bool isVerticalSyncEnabled() 
const;
   403     void setFramerateLimit(
unsigned int limit);
   431     void setMouseCursorVisible(
bool visible);
   445     void setMouseCursorGrabbed(
bool grabbed);
   457     void setMouseCursor(
const Cursor& cursor);
   466     SDL_Window *m_window;
   476 #ifndef DOXYGEN_SHOULD_SKIP_THIS   482 #endif // GL_WINDOW_H 
bool isFullscreen() const
Check if the window is fullscreen or not. 
Definition: Window.h:217
 
Bitfield relying on an enumeration. 
Definition: Flags.h:68
 
constexpr AllType All
Constant to represent "all". 
Definition: Types.h:61
 
WindowHints
Hints for window creation. 
Definition: Window.h:52
 
The cell is visible (computed by FoV) 
 
Represents a time value. 
Definition: Time.h:73
 
Flags< WindowHints > WindowFlags
Flags for window creation. 
Definition: Window.h:63
 
The namespace for gf classes. 
Definition: Action.h:34
 
A class to represent the library. 
Definition: Library.h:44
 
An OS window. 
Definition: Window.h:88
 
A constant reference to a string and its size. 
Definition: StringRef.h:41
 
A mouse cursor. 
Definition: Cursor.h:72
 
Defines a system event and its parameters. 
Definition: Event.h:118
 
Utility class that measures the elapsed time. 
Definition: Clock.h:67