Search found 6 matches
- Sun Jun 12, 2005 11:08
- Forum: Modifications / Integrations / Customisations
- Topic: MouseProblems
- Replies: 1
- Views: 2118
Re: MouseProblems
try at Scene creating: CEGUI::MouseCursor::getSingleton().setImage(strSchemeName, "MouseArrow"); CEGUI::System::getSingleton().setDefaultMouseCursor(strSchemeName, "MouseArrow"); where strSchemeName - name of loaded scheme
- Sat Jun 11, 2005 07:23
- Forum: Modifications / Integrations / Customisations
- Topic: Find CEGUI-window under cursor
- Replies: 1
- Views: 2263
Re: Find CEGUI-window under cursor
sorry, i found CEGUI::System::getWindowContainingMouse() 
- Sat Jun 11, 2005 06:03
- Forum: Modifications / Integrations / Customisations
- Topic: Find CEGUI-window under cursor
- Replies: 1
- Views: 2263
Find CEGUI-window under cursor
Is exist analogue WinAPI functions [Child]WindowFromPoint?
- Fri Jun 10, 2005 07:57
- Forum: Modifications / Integrations / Customisations
- Topic: Show MouseCursor outside CEGUI Window
- Replies: 2
- Views: 2543
Re: Show MouseCursor outside CEGUI Window
Oh, my bad head...
I commented this line and forgot it
Thanks, CrazyEddie
I commented this line and forgot it
Thanks, CrazyEddie
- Thu Jun 09, 2005 08:46
- Forum: Modifications / Integrations / Customisations
- Topic: Show MouseCursor outside CEGUI Window
- Replies: 2
- Views: 2543
Show MouseCursor outside CEGUI Window
How I can make CEGUI MouseCursor visible outside CEGUI Window?
I set CEGUI::MouseCursor image, inject mousemove, etc.
It's work. But as soon as I create any window MouseCursor become visible over the window only.
sorry my english
I set CEGUI::MouseCursor image, inject mousemove, etc.
It's work. But as soon as I create any window MouseCursor become visible over the window only.
sorry my english
- Thu Jun 09, 2005 08:36
- Forum: Modifications / Integrations / Customisations
- Topic: A simple Window.....
- Replies: 3
- Views: 3185
Re: A simple Window.....
You can use CELayoutEditor (see http://crayzedsgui.sourceforge.net) to create your own window's set.
You can change TaharezLook.tga or WindowsLook.tga (or create similar and set it in corresponding *.imageset) to create your own look.
You can change TaharezLook.tga or WindowsLook.tga (or create similar and set it in corresponding *.imageset) to create your own look.