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
