Supported Browsers Home   
MGL_availableBitmap Previous   
MGL_availableFont Next   
External Functions Up   

MGL_availableCursor

Determines if the specified cursor file is available for use.

Declaration

ibool MGLAPI MGL_availableCursor(
    const char *cursorName)

Prototype In

mgraph.h

Parameters

cursorName

Name of cursor file to check for

 

Return Value

True if the cursor file exists, false if not.

Description

Attempt to locate the specified mouse cursor, and verify that it is available for use. See MGL_loadCursor for more information on the algorithm that MGL uses when searching for mouse cursor files on disk.

See Also

MGL_loadCursor

Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com