iris: drive animation from painter frame time
This commit is contained in:
1 parent
5f4975285d
commit
eb30a01f2d
14 files changed
+148
-116
No files matched your search
@@ -47,11 +47,6 @@ pub trait Widget: Any {
|
||||
fn child_order(&self) -> ChildOrder {
|
||||
ChildOrder::Draw
|
||||
}
|
||||
|
||||
#[allow(unused_variables)]
|
||||
fn tick(&mut self, now: std::time::Instant) -> bool {
|
||||
false
|
||||
}
|
||||
}
|
||||
|
||||
impl Widget for () {
|
||||
|
||||
Reference in new issue
Block a user