Wiki Page Content

Differences between revisions 3 and 4
Revision 3 as of 2011-04-18 17:51:43
Size: 788
Editor: SheenaSmith
Comment: update content - w/ Sam; remove draft
Revision 4 as of 2015-02-21 10:10:23
Size: 831
Comment: SDL 2.0.4.
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from SDL_assert_state

SDL_assert_state

An enumeration of assertion handling states.

Values

SDL_ASSERTION_RETRY

retry the assert immediately

SDL_ASSERTION_BREAK

trigger a breakpoint under the debugger

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

This enumeration is returned by the callback function in SDL_SetAssertionHandler() to determine the response to failed assertions.


CategoryEnum, CategoryAssertions

None: SDL_AssertState (last edited 2015-02-21 10:13:17 by PhilippWiesemann)

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