|
⇤ ← Revision 1 as of 2011-03-31 20:16:18
Size: 768
Comment: create page - 3/29 e427bb6266a4
|
Size: 912
Comment: update content (in progress)
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 6: | Line 6: |
| An enumeration of ^assertion states^. | An enumeration of assertion ^handler^ states. |
| Line 25: | Line 25: |
| This enumeration is used by the callback function in [[SDL_SetAssertionHandler]]() to determine the response to failed assertions. |
DRAFT |
SDL_assert_state
An enumeration of assertion handler 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
This enumeration is used by the callback function in SDL_SetAssertionHandler() to determine the response to failed assertions.
