ChaiLove API  0.28.0
Data Fields
love::Types::Config::WindowConfig Struct Reference

Configuration for how the application is set up. More...

Data Fields

int width = 800
 The width of the screen.
 
int height = 600
 The height of the screen.
 
int bbp = 32
 The number of bits used to represent each pixel in a surface.
 
std::string title = "ChaiLove"
 The name of the application. More...
 

Detailed Description

Configuration for how the application is set up.

Field Documentation

◆ title

std::string love::Types::Config::WindowConfig::title = "ChaiLove"

The name of the application.

Defaults to "ChaiLove".