Silicon
A realtime platform for creating interactive media.
Si::Window Class Reference

#include <Window.hpp>

Public Member Functions

 Window (const std::string &name="Silicon Engine", std::uint32_t width=800, std::uint32_t height=600)
 
SDL_Window * GetSDLWindow () const
 
 ~Window ()
 

Detailed Description

Definition at line 41 of file Window.hpp.

Constructor & Destructor Documentation

◆ Window()

Si::Window::Window ( const std::string name = "Silicon Engine",
std::uint32_t  width = 800,
std::uint32_t  height = 600 
)
explicit

Definition at line 37 of file Window.cpp.

◆ ~Window()

Si::Window::~Window ( )

Definition at line 43 of file Window.cpp.

Member Function Documentation

◆ GetSDLWindow()

SDL_Window * Si::Window::GetSDLWindow ( ) const

Definition at line 48 of file Window.cpp.


The documentation for this class was generated from the following files: