Home
Docs
Install
GLUT
glutSetCursor
changes the cursor image of the current window.
Signature
glutSetCursor
(
int(
cursor
)
)-> void
glutSetCursor
(
cursor
)
glutSetCursor( c_int(cursor) ) -> None
Parameters
Variables
Description
cursor
Name of cursor image to change to. Possible values follow:
See Also
glutCreateWindow
glutCreateSubWindow
Copyright Notices