Raito 0.1
Loading...
Searching...
No Matches
Raito::SysWindow Struct Reference

System window structure. More...

#include <Window.h>

Collaboration diagram for Raito::SysWindow:

Public Attributes

WindowInfo Info
 
void * WindowHandle = nullptr
 
void * Window = nullptr
 
Renderer::RenderSurfaceSurface = nullptr
 
u32 Id {}
 

Detailed Description

System window structure.

Member Data Documentation

◆ Id

u32 Raito::SysWindow::Id {}

ID of the window

◆ Info

WindowInfo Raito::SysWindow::Info

Information about the window

◆ Surface

Renderer::RenderSurface* Raito::SysWindow::Surface = nullptr

Internal surface pointer

◆ Window

void* Raito::SysWindow::Window = nullptr

Internal window pointer

◆ WindowHandle

void* Raito::SysWindow::WindowHandle = nullptr

OS window handle


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