|
⇤ ← Revision 1 as of 2010-11-01 04:54:27
Size: 746
Comment: create page, add content (10/16 changeset 4906)
|
Size: 687
Comment: update content - w/ Sam; remove draft
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 3: | Line 3: |
| ||<tablewidth="100%" style="color: #FF0000;" :> DRAFT|| | |
| Line 6: | Line 5: |
| Use this function to ^determine whether a surface must be locked for access^. | Use this function to determine whether a surface must be locked for access. |
| Line 12: | Line 11: |
| SDL_Bool SDL_MUSTLOCK(SDL_Surface* surface) | SDL_bool SDL_MUSTLOCK(SDL_Surface* surface) |
SDL_MUSTLOCK
Use this function to determine whether a surface must be locked for access.
Contents
Syntax
SDL_bool SDL_MUSTLOCK(SDL_Surface* surface)
Function Parameters
surface |
the SDL_Surface structure to check |
Return Value
Returns SDL_TRUE if the surface must be locked for access, SDL_FALSE if not.
Code Examples
You can add your code example here
Remarks
You can add useful comments here
