Wiki Page Content

Revision 1 as of 2010-11-01 04:54:27

Clear message

DRAFT

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 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


CategoryAPI, CategorySurface

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