Wiki Page Content

Differences between revisions 5 and 6
Revision 5 as of 2013-09-16 18:57:20
Size: 480
Comment: Changed order to match header.
Revision 6 as of 2013-09-16 19:01:16
Size: 474
Comment: See SGEnumerations page.
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
An simple enumeration of boolean value. An enumeration of boolean values.
Line 10: Line 10:
||SDL_FALSE||Value which is equal to 0 or ''false''||
||SDL_TRUE||Value which is equal to 1 or ''true''||
||SDL_FALSE||value which is equal to 0 or ''false''||
||SDL_TRUE||value which is equal to 1 or ''true''||

SDL_bool

An enumeration of boolean values.

Values

SDL_FALSE

value which is equal to 0 or false

SDL_TRUE

value which is equal to 1 or true

Code Examples

You can add your code example here

Remarks

Every function, structure, class etc. will work with SDL_bool.


CategoryEnum, CategoryAdditionalOther

None: SDL_bool (last edited 2016-03-27 21:32:06 by PhilippWiesemann)

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