NasNas
An intuitive and beginner friendly 2D game framework for C++
Public Member Functions | Public Attributes | List of all members
ns::AppConfig Struct Reference

Public Member Functions

auto getViewSize () const -> const sf::Vector2f &
 
auto getViewRatio () const -> float
 

Public Attributes

std::string title = "NasNas app"
 
sf::Vector2u resolution = {720, 480}
 
float scale = 1.f
 
int frame_rate = 60
 
int update_rate = 60
 
bool vertical_sync = false
 
int window_style = sf::Style::Default
 
unsigned antialiasing_level = 0
 
bool key_repeat = false
 
bool cursor_visible = true
 
bool cursor_grabbed = false
 

Detailed Description

Definition at line 19 of file Config.hpp.


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