Re: how to check for an event

"speartip" <[email protected]> Wed, 15 Feb 2017 21:04:40 +0000
Newsgroups gmane.comp.lib.sdl
Message-ID <[email protected]>
It will only print if 
Code:
SDL_Init(SDL_INIT_EVERYTHING) == 0)

. But won't print error info.
Program proceeds normally if I change it to: 
Code:
SDL_Init(SDL_INIT_EVERYTHING) != 0)



It won't print under just any circumstance.

_______________________________________________
SDL mailing list
[email protected]
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org