Event callbacks

cass

07-03-2010 14:25:23

Hi

Are there somewhere a list of which events could be used with which widgets?

E.g. I have assigned a "callback" function to the eventMouseButtonClick of the "StaticImage" widget, but my callback function never gets called, however if I assigned the same function to a "button" widget" the event is triggered and my callback function works perfectly.


image->eventMouseButtonClick = newDelegate(this, &MyScene::onClick);

my.name

07-03-2010 17:27:35

image->setNeedMouse(true);