Supported Browsers Home   
MGL_wmSetGlobalCursor Previous   
MGL_wmSetWindowDestructor Next   
External Functions Up   

MGL_wmSetWindowCursor

Sets mouse cursor specific to window.

Declaration

void MGLAPI MGL_wmSetWindowCursor(
    window_t *wnd,
    cursor_t *cursor)

Prototype In

mgraph.h

Parameters

wnd

window to set the cursor for

cursor

the cursor to set

 

Description

In MGL window manager, any window has associated mouse cursor that is shown whenever the pointer enters window's area. Call this function to set the cursor (default is arrow cursor).

Note:    MGL_wmSetWindowCursor does not take ownership of the cursor.

See Also

MGL_wmSetGlobalCursor

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