isWindowFullscreen ================== :doc:`/types/WindowModuleInterface/index`::isWindowFullscreen Checks if the window is in fullscreen. Declaration ----------- .. code-block:: cpp virtual bool isWindowFullscreen(WindowID windowID) = 0; Parameters ---------- .. list-table:: :width: 100% :header-rows: 1 :class: code-table * - Name - Type - Description * - windowID - :doc:`/types/WindowID/index` - The window to check the fullscreen mode of. Returns ------- ``true`` if the window is in fullscreen, else, returns ``false``.