glutSetCursor ignored in game mode?
glutSetCursor calls are being ignored when I go to game mode. I can set it to GLUT_CURSOR_NONE every time idle is called, yet I will still see the arrow on the screen. Does anybody have a workaround or something for this? It really really sucks, since I want a crosshair and I want full screen, but now I can't have both.
Jeremy Bell
WolverineSoft Project Coordinator
http://www.umich.edu/~wsoft
Jeremy Bell
WolverineSoft Project Coordinator
http://www.umich.edu/~wsoft
You could always call the appropriate mac toolbox routine yourself... HideCursor() for Carbon; CGDisplayHideCursor for OS X only.
Otherwise, you've got the GLUT source, you can fix it yourself...
Otherwise, you've got the GLUT source, you can fix it yourself...
Possibly Related Threads...
| Thread: | Author | Replies: | Views: | Last Post | |
| Cocoa application & GLUT game mode | MacFiend | 16 | 7,228 |
Jul 16, 2004 08:32 PM Last Post: FCCovett |
|
| glutSetCursor does nothing? | WhatMeWorry | 4 | 3,545 |
Jan 17, 2004 09:56 AM Last Post: NCarter |
|

