efl/src/lib/efl/interfaces/efl_animator.eo

14 lines
346 B
Plaintext

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.]]
}
}