Search found 5 matches

by maysm
Wed Nov 01, 2006 13:44
Forum: Help
Topic: Capture MousewheelEvent
Replies: 10
Views: 6211

Will it also scroll a scrollbar that has been added to a window or should the window be a scrollpane?
by maysm
Tue Oct 31, 2006 15:09
Forum: Help
Topic: Capture MousewheelEvent
Replies: 10
Views: 6211

WheelChange

Last thing,

by injectiMouseWheelChange(1)
will that make wheelChange = wheelChange +1 ?
So far it seems to have no effect.
I debugged and It is running the inject code.

-Thanks :o
Scott
by maysm
Mon Oct 30, 2006 22:11
Forum: Help
Topic: Capture MousewheelEvent
Replies: 10
Views: 6211

Any Idea why osgGA::GUIEventAdapter::MouseYOrientation value is always Y_INCREASING_UPWARDS. After using: CEGUI::System::getSingleton().injectMouseWheelChange(1); I would like the MouseOrientation to clear or something such that its not always Y_INCREASING_UPWARDS. Any idea what to change this value...
by maysm
Mon Oct 30, 2006 18:44
Forum: Help
Topic: Capture MousewheelEvent
Replies: 10
Views: 6211

Thats what I need to do! Thanks.
Where is the mousewheel, I see scrolls and right, left and middle click?

-Scott
by maysm
Mon Oct 30, 2006 18:20
Forum: Help
Topic: Capture MousewheelEvent
Replies: 10
Views: 6211

Capture MousewheelEvent

:?: I want to capture the mouse wheel event on a window with scrollbar so the scrollbar position changes correspondingly. It seems like the EventWheelChange never gets sent. I'm bound to be missing something in the implementation. Changing the EventWheelChange to EventMouseClick works properly. So I...

Go to advanced search