yaze 0.3.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 17 of file window.h.

Member Data Documentation

◆ window_

std::shared_ptr<SDL_Window> yaze::core::Window::window_

◆ audio_device_

SDL_AudioDeviceID yaze::core::Window::audio_device_

◆ audio_buffer_

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

Definition at line 20 of file window.h.

Referenced by yaze::core::CreateWindow(), and yaze::core::Controller::OnEntry().

◆ active_

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

Definition at line 21 of file window.h.

Referenced by yaze::core::HandleEvents(), and yaze::core::Controller::OnLoad().


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