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

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

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