8080-Emulator
0.1
An Intel 8080 emulator for Space Invaders
|
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 |
invader window struct which keeps track of all the window related state including the SDL components and timers
SDL_Event invaders_window::event |
temp event under processing
uint32_t* invaders_window::pixels |
Pixels below surf. Chnages on Resize
uint8_t invaders_window::quit_event |
quit event triggered
SDL_Surface* invaders_window::surf |
SDL surface corresponding to the SDL Window
SDL_TimerID invaders_window::vram_timer |
vram_time to trigger at VRAM_DELAY
SDL_Window* invaders_window::window |
SDL Window Pointer