8080-Emulator  0.1
An Intel 8080 emulator for Space Invaders
Public Attributes | List of all members
invaders_window Struct Reference

invader window struct which keeps track of all the window related state including the SDL components and timers More...

#include <space.h>

Public Attributes

SDL_Window * window
 
SDL_Surface * surf
 
uint32_t * pixels
 
uint8_t quit_event
 
SDL_Event event
 
SDL_TimerID vram_timer
 

Detailed Description

invader window struct which keeps track of all the window related state including the SDL components and timers

Member Data Documentation

◆ event

SDL_Event invaders_window::event

temp event under processing

◆ pixels

uint32_t* invaders_window::pixels

Pixels below surf. Chnages on Resize

◆ quit_event

uint8_t invaders_window::quit_event

quit event triggered

◆ surf

SDL_Surface* invaders_window::surf

SDL surface corresponding to the SDL Window

◆ vram_timer

SDL_TimerID invaders_window::vram_timer

vram_time to trigger at VRAM_DELAY

◆ window

SDL_Window* invaders_window::window

SDL Window Pointer


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