Kohi Game Engine
kwindow_config Struct Reference

A configuration structure used to create new windows. More...

#include <platform.h>

Data Fields

i32 position_x
 
i32 position_y
 
u32 width
 
u32 height
 
const char * title
 
const char * name
 

Detailed Description

A configuration structure used to create new windows.

Field Documentation

◆ height

u32 height

◆ name

const char* name

◆ position_x

i32 position_x

◆ position_y

i32 position_y

◆ title

const char* title

◆ width

u32 width

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