summaryrefslogtreecommitdiff
path: root/src/lib/efl/interfaces/efl_animator.eo
blob: b9a32e996ab84e410210d040df7c5e62fd02b1a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
import eina_types;

struct Efl.Event.Animator_Tick {
   update_area: Eina.Rectangle; [[Area of the canvas that will be pushed to screen.]]
}

interface Efl.Animator {
   legacy_prefix: null;
   eo_prefix: efl_animator;
   events {
      animator,tick: Efl.Event.Animator_Tick; [[Animator tick synchronized with screen vsync if possible.]]
   }
}