CYD-UI
A C++ library for building native graphic user interfaces
Loading...
Searching...
No Matches
cydui::graphics::window_t Struct Referenceexport

Public Member Functions

 window_t (fabric::async::async_bus_t *async_bus, prof::context_t *profiler, unsigned long w, unsigned long h)
 
Uint32 window_id () const
 

Public Attributes

fabric::async::async_bus_t * bus
 
prof::context_t * profiler
 
SDL_Window * window = nullptr
 
SDL_Renderer * renderer = nullptr
 
SDL_Texture * texture = nullptr
 

Detailed Description

Definition at line 21 of file window.cppm.

Constructor & Destructor Documentation

◆ window_t()

cydui::graphics::window_t::window_t ( fabric::async::async_bus_t * async_bus,
prof::context_t * profiler,
unsigned long w,
unsigned long h )
inlineexport

Definition at line 22 of file window.cppm.

Member Function Documentation

◆ window_id()

Uint32 cydui::graphics::window_t::window_id ( ) const
inlineexport

Definition at line 32 of file window.cppm.


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