Search found 1 match

by jones
Fri Apr 21, 2006 22:23
Forum: Help
Topic: CEGUI intercepting left click on no widget
Replies: 0
Views: 2039

CEGUI intercepting left click on no widget

Hello, I call the following method in case of a mouse click (that I get thru SDL): void InputFrameListener::mousePressed( SDL_MouseButtonEvent * e ) { if( ! CEGUI::System::getSingleton( ).injectMouseButtonDown( convertButtonCode( e->button ) ) ) { ca...

Go to advanced search