>i'm doing an animation using a gtk_timeout_add
>to calculate and paint a moving object,
>and it works well, the problem is when i detect
>the motion_notify_event, the movement for
>the moving object becomes faster, why does this happen?
this only happens when the interval is <= 15 millisecon
Hi,
i'm doing an animation using a gtk_timeout_add
to calculate and paint a moving object,
and it works well, the problem is when i detect
the motion_notify_event, the movement for
the moving object becomes faster, why does this happen?
Thx for any help,
Afonso
__