1
0
Fork 0
forked from wry/wry

autocommit 2022-03-11 23:07:09 CET

This commit is contained in:
Julian Orth 2022-03-11 23:07:09 +01:00
parent eb1d500561
commit 21527b3e38
5 changed files with 53 additions and 11 deletions

View file

@ -172,6 +172,8 @@ struct MetalInputDevice {
removed: Cell<bool>,
events: SyncQueue<InputEvent>,
cb: CloneCell<Option<Rc<dyn Fn()>>>,
hscroll: Cell<f64>,
vscroll: Cell<f64>,
}
#[derive(Clone)]