autocommit 2022-03-11 23:07:09 CET
This commit is contained in:
parent
eb1d500561
commit
21527b3e38
5 changed files with 53 additions and 11 deletions
|
|
@ -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)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue