kiba-engine
Data Fields
platform_window Struct Reference

Structure holding information about a window. More...

#include <window.h>

Collaboration diagram for platform_window:

Data Fields

void * state
 
const char * title
 Title of the window.
 
u32 x
 x position on the screen.
 
u32 y
 y position on the screen.
 
u32 w
 Width of the window in pixels.
 
u32 h
 Height of the window in pixels.
 
gpu_surface surface
 Surface to render to using the gpu lib.
 
allocatoralloc
 Allocator used for on-the-fly allocations.
 

Detailed Description

Structure holding information about a window.

Definition at line 13 of file window.h.

Field Documentation

◆ state

void* platform_window::state

Platform specific state of the window.

Definition at line 15 of file window.h.


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