SDL event.type errorThat worked perfectly; thanks Zaita. =D
SDL event.type errorHere's the entire code: [code]// Headers #include "SDL/SDL.h" #include <string> // Setup scr...
SDL event.type errorSDL_Event
SDL event.type errorThe following is a snippet from my code: [code] while(SDL_PollEvent(&event)) { ...