glutSetCursor

changes the cursor image of the current window.

Signature

glutSetCursor( int( cursor ) )-> void
glutSetCursor( cursor )
glutSetCursor( c_int(cursor) ) -> None

Parameters

VariablesDescription
cursor
Name of cursor image to change to. Possible values follow:

See Also

glutCreateWindow glutCreateSubWindow