NasNas
An intuitive and beginner friendly 2D game framework for C++
Public Member Functions | List of all members
ns::AppWindow Class Reference
Inheritance diagram for ns::AppWindow:

Public Member Functions

auto getAppView () const -> const sf::View &
 Get App View defined by user. More...
 
auto getScreenView () const -> const sf::View &
 Get Screen View, has same size as the current window size. More...
 
auto getClearColor () const -> const sf::Color &
 Get clear color of the window. More...
 
void setClearColor (const sf::Color &color)
 Set clear color of the window. More...
 

Detailed Description

Definition at line 14 of file Window.hpp.

Member Function Documentation

◆ getAppView()

auto ns::AppWindow::getAppView ( ) const -> const sf::View &

Get App View defined by user.

Returns
App view

◆ getClearColor()

auto ns::AppWindow::getClearColor ( ) const -> const sf::Color &

Get clear color of the window.

Returns
Clear color

◆ getScreenView()

auto ns::AppWindow::getScreenView ( ) const -> const sf::View &

Get Screen View, has same size as the current window size.

Returns
Screen View

◆ setClearColor()

void ns::AppWindow::setClearColor ( const sf::Color &  color)

Set clear color of the window.

Parameters
colorClear color

The documentation for this class was generated from the following file: