Required data to create an Window.
Properties
Access | Modifier | Type | Name | Description |
---|---|---|---|---|
public | std::string | title | ||
public | std::string | icon | Optional [file path] | |
public | Vec<2, int> | resolution | ||
public | int | displayIndex | ||
public | Type | type | ||
public | bool | bIsFocused | ||
public | bool | bIsResizable | Only takes effect when the type is Type::Windowed |