Hi, I have few questions about events in Clutter: - when cursor leave window in Windows CLUTTER_LEAVE event is not generated - is this correct behaviour? - how can I find out the mouse button state when I received CLUTTER_ENTER event? - how can popup menu be implemented using Clutter? I am interested in notifying about event generated by mouse and maybe keyboard in non-actor area without affecting there normal handling. - how correctly reference CluttorActor class? when I try use g_object_ref()/g_object_unref() Clutter outputs warnings at exit if actors were added to container. As far as I know cluttermm have similar warnings.
Thanks in advance. Best regards, Mykhailo Parfeniuk.
