yaze 0.2.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::core::Window Struct Reference

#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
 

Detailed Description

Definition at line 16 of file window.h.

Member Data Documentation

◆ window_

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().

◆ audio_device_

SDL_AudioDeviceID yaze::core::Window::audio_device_

Definition at line 18 of file window.h.

Referenced by yaze::core::CreateWindow(), and yaze::core::ShutdownWindow().

◆ audio_buffer_

std::shared_ptr<int16_t> yaze::core::Window::audio_buffer_

Definition at line 19 of file window.h.

Referenced by yaze::core::CreateWindow().

◆ active_

bool yaze::core::Window::active_ = true

Definition at line 20 of file window.h.

Referenced by yaze::core::HandleEvents().


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