CEGUI::ListboxTextItem::setMouseCursor function
Posted: Wed Mar 14, 2007 17:15
This is outlined in the following thread:
http://www.cegui.org.uk/phpBB2/viewtopic.php?t=2467
Basically, CEGUI::ListboxTextItem class does not have a setMouseCursor function, and the only way to view a cursor over these items is by setting a global default mouse cursor.
I believe that code is something similar to:
CEGUI::System.getSingleton().setDefaultCursor(...);
This also enforces the mouse cursor look the same over all ListboxTextItems, regardless of how many ComboBoxes, ListBoxes, or other are used.
KungFooMasta
http://www.cegui.org.uk/phpBB2/viewtopic.php?t=2467
Basically, CEGUI::ListboxTextItem class does not have a setMouseCursor function, and the only way to view a cursor over these items is by setting a global default mouse cursor.
I believe that code is something similar to:
CEGUI::System.getSingleton().setDefaultCursor(...);
This also enforces the mouse cursor look the same over all ListboxTextItems, regardless of how many ComboBoxes, ListBoxes, or other are used.
KungFooMasta