Go to the documentation of this file.
33 SDLTest_AssertCheck(userdata !=
NULL,
"Check userdata pointer, expected: non-NULL, got: %s", (userdata !=
NULL) ?
"non-NULL" :
"NULL");
34 if (userdata !=
NULL) {
70 SDLTest_AssertCheck(result == 1,
"Check result from SDL_PollEvent, expected: 1, got: %d", result);