From: atani <at...@at...> - 2005-11-21 23:46:09
|
I just saw the batch of updated come in :) I forgot one more minor update, please update TikiCursor namespace declarations, instead of: using namespace Tiki; please use: namespace Tiki { } This makes TikiCursor "in" the namespace rather than a consumer of the namespace. Mike On Nov 21, 2005, at 1:13 PM, Sam Steele wrote: > On 11/21/05, atani <at...@at...> wrote: > Sam, > I used the TikiCursor class to add a mouse cursor to CS and > having some problems... > > I'll address these two issues when I get home from work. > > > // Set screen center > m_scene->setTranslate(Vector( 320, 240,10 )); > > Translating the scene will affect the mouse pointer's position. > When I was doing testing, my scene was at 0,0. I will try to > address this after work too. > > -Sam > |