7 #ifndef __SCV_CURSOR_H__
8 #define __SCV_CURSOR_H__
10 #ifndef DOXYGEN_SKIP_THIS
16 #endif // DOXYGEN_SKIP_THIS
32 _requestedCursorChange =
false;
36 if (_requestedCursorChange ==
false)
37 glutSetCursor(GLUT_CURSOR_LEFT_ARROW);
41 glutSetCursor(GLUT_CURSOR_LEFT_ARROW);
42 _requestedCursorChange =
true;
46 if (_requestedCursorChange ==
false)
47 glutSetCursor(cursor);
48 _requestedCursorChange =
true;
52 glutSetCursor(cursor);
53 _requestedCursorChange =
true;
65 _isShowingCursor =
true;
66 _cursorInMovement =
true;
71 if (_isShowingCursor) {
82 void genTexture(
void);
84 void refreshMouse(
void);
86 bool _requestedCursorChange;
88 bool _isShowingCursor;
89 bool _cursorInMovement;
92 unsigned int _blinkTime;
99 #endif // __SCV_CURSOR_H__