Page 1 of 1

WindowsLook mouse arrow name?

Posted: Fri Jun 11, 2010 15:51
by rogerdv
Im working on my game editor project and decided to use the Windows look. Fits better (and besides CE LayoutEditor 0.7 doenst has TaharezLook for some reason). But now Im facing aproblem, I dont know how to set the mouse cursor. Whats the correct name for the mouse arrow image in WindowsLook?

Re: WindowsLook mouse arrow name?

Posted: Fri Jun 11, 2010 16:12
by ianstangoe

Code: Select all

mGUISystem->setDefaultMouseCursor("WindowsLook", "MouseArrow");

Re: WindowsLook mouse arrow name?

Posted: Fri Jun 11, 2010 16:59
by rogerdv
Fixed, that was the correct line, but wasnt working because I forgot to implement th emose move injection.