Implement easing curve in the runtime

This commit is contained in:
Olivier Goffart 2020-07-29 15:20:28 +02:00
parent feec73674f
commit 46a011683f
11 changed files with 93 additions and 15 deletions

View file

@ -28,6 +28,7 @@ using internal::ItemTreeNode;
using ComponentRef = VRef<ComponentVTable>;
using ItemVisitorRefMut = VRefMut<internal::ItemVisitorVTable>;
using internal::WindowProperties;
using internal::EasingCurve;
struct ComponentWindow
{