Search found 6 matches

by Adil
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
by Adil
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() :oops:
by Adil
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?
by Adil
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
by Adil
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
by Adil
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.

Go to advanced search