Wiki Page Content

Revision 1 as of 2011-03-31 20:16:18

Clear message

DRAFT

SDL_assert_state

An enumeration of assertion states.

Values

SDL_ASSERTION_RETRY

retry the assert immediately

SDL_ASSERTION_BREAK

make the debugger trigger a breakpoint

SDL_ASSERTION_ABORT

terminate the program

SDL_ASSERTION_IGNORE

ignore the assert

SDL_ASSERTION_ALWAYS_IGNORE

ignore the assert from now on

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryEnum, CategoryAssertions

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit