I have been using Clutter together with Vala for some time now.
It is a pleasure to work with Vala, but I have had some problems with clutter (especially with signals that do not seem to work for some reason).
I'm having a hard time finding examples on how to use signals in clutter-vala.
Google and this site didn't come up with anything useful.
Can someone give me a working clutter-vala example where button_press_event
is used? (I assume this is the event that is triggered when clicking an actor)