Page 1 of 1

HelpMePlease!Why can't I find "setDefaultMouseCursor(..)"

Posted: Sat Oct 06, 2012 19:15
by wdl7770016
Hello I'm a beginner for cegui
Now I had get a trouble and I really need help!!
I had see many game gui..(i.g mygui,guichan,gigi...)
and final I choice cegui because of it's power documents
I using code::block + mingw in windowXP sp3
so I using CMake to build project for code::block
but the zip which download page provide is lack of CmakeLists.txt file
so I select to get src from http://crayzedsgui.hg.sourceforge.net/h ... /cegui_mk2
because I had see a CmakeLists.txt file in /Default
and I final build the source successfully
[[Q: when I read the tutorial for cegui there are setdDefaultMouseCursor() in System, but when I find it in the head file
it is not here...So I just to see the head file in zip package which download from download page, the method is here,
so I want to know Why ? Is the version for src in http://crayzedsgui.hg.sourceforge.net/h ... /cegui_mk2 is 7.7?
wait for your help!!

Re: HelpMePlease!Why can't I find "setDefaultMouseCursor(..)

Posted: Sun Oct 07, 2012 22:57
by pav
See CEGUI::System::getSingleton().getDefaultGUIContext().getMouseCursor().setDefaultImage()