#include <window.h>
Public Attributes | |
std::shared_ptr< SDL_Window > | window_ |
SDL_AudioDeviceID | audio_device_ |
std::shared_ptr< int16_t > | audio_buffer_ |
bool | active_ = true |
std::shared_ptr<SDL_Window> yaze::core::Window::window_ |
Definition at line 17 of file window.h.
Referenced by yaze::core::CreateWindow(), and yaze::core::ShutdownWindow().
SDL_AudioDeviceID yaze::core::Window::audio_device_ |
Definition at line 18 of file window.h.
Referenced by yaze::core::CreateWindow(), and yaze::core::ShutdownWindow().
std::shared_ptr<int16_t> yaze::core::Window::audio_buffer_ |
Definition at line 19 of file window.h.
Referenced by yaze::core::CreateWindow().
bool yaze::core::Window::active_ = true |
Definition at line 20 of file window.h.
Referenced by yaze::core::HandleEvents().