Hi,

I have found myself in a problem I have no idea how to solve. Could
someone please help me on this?

The next code :

g_debug("Received event coordinates: %d,%d", event->x, event->y);
x = y = 0;
if(!clutter_actor_transform_stage_point(CLUTTER_ACTOR(self), event->x,
event->y, &x, &y)) return FALSE;
g_debug("Transformed event coordinates: %d,%d", x, y);

Gives me the next result:

DEBUG - button_press_event_cb
DEBUG - Received event coordinates: 148,96
DEBUG - Transformed event coordinates: -7339486,-4194487

It is absolutely sure I am pointing to a right place. It might have some
meaning that the actor s rotated and it's depth is incremented by some
value.

Regards,
Peter, Csaszar

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to