Wiki Page Content

Differences between revisions 2 and 3
Revision 2 as of 2011-01-11 23:25:40
Size: 687
Editor: SheenaSmith
Comment: update content - w/ Sam; remove draft
Revision 3 as of 2011-03-27 22:19:13
Size: 687
Editor: SheenaSmith
Comment: minor change for consistency - check to query
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:
||'''surface'''||the [[SDL_Surface]] structure to check|| ||'''surface'''||the [[SDL_Surface]] structure to query||

SDL_MUSTLOCK

Use this function to determine whether a surface must be locked for access.

Syntax

SDL_bool SDL_MUSTLOCK(SDL_Surface* surface)

Function Parameters

surface

the SDL_Surface structure to query

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


CategoryAPI, CategorySurface

None: SDL_MUSTLOCK (last edited 2011-03-27 22:19:13 by SheenaSmith)

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