Searched refs:__glutSetCursor (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A DglutCursor.cpp53 __glutSetCursor(cursor);
58 * FUNCTION: __glutSetCursor
62 void __glutSetCursor(int cursor) { function in typeref:typename:void
H A Dglutint.h703 extern void __glutSetCursor(GLUTwindow *window);
809 void __glutSetCursor(int cursor);
H A DglutEvent.cpp575 __glutSetCursor(cursor);
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_cursor.c114 the Win32 __glutSetCursor (called from __glutWindowProc)
115 as "install cursor". Think of the X11 __glutSetCursor
118 __glutSetCursor(GLUTwindow *window) function in typeref:typename:void
138 __glutSetCursor(window);
194 __glutSetCursor(__glutCurrentWindow);
198 __glutSetCursor(__glutCurrentWindow);
H A Dglutint.h691 extern void __glutSetCursor(GLUTwindow *window);
H A Dwin32_winproc.c603 __glutSetCursor(window);

Completed in 10 milliseconds