From: atani <at...@at...> - 2005-11-21 18:52:15
|
Sam, I used the TikiCursor class to add a mouse cursor to CS and having some problems... 1) TikiCursor should accept a z value. 2) pointerArrow should be named PointerArrow to be consistent in naming conventions. I have not debugged into it much yet, but the TikiCursor does not seem to work right (even after working around issue #1 above), I am using it as follows: MainMenu::MainMenu() { // Set screen center m_scene->setTranslate(Vector(320,240,10)); ... snip ... m_scene->subAdd(new TikiCursor()); } Can you do some testing on this? Mike |