Function pollEvent
Wraps SDL_PollEvent which returns the latest event in queue
					
				
			Returns
dsdl if there's an event, otherwise null
Example
// Polls every upcoming event in queue
dsdl