|
Size: 474
Comment: See SGEnumerations page.
|
← Revision 7 as of 2016-03-27 21:32:06 ⇥
Size: 467
Comment: Updated category.
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 23: | Line 23: |
| [[CategoryEnum]], [[CategoryAdditionalOther]] | [[CategoryEnum]], [[CategoryStandard]] |
SDL_bool
An enumeration of boolean values.
Contents
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.
