1
0
Fork 0
forked from wry/wry

it: test dnd focus change on drop

This commit is contained in:
Julian Orth 2024-04-02 16:52:32 +02:00
parent a39031d4f9
commit c6b34550d8
16 changed files with 421 additions and 9 deletions

View file

@ -66,6 +66,7 @@ impl TestSeat {
leave: Rc::new(Default::default()),
enter: Rc::new(Default::default()),
motion: Rc::new(Default::default()),
button: Rc::new(Default::default()),
axis_relative_direction: Rc::new(Default::default()),
});
self.tran.add_obj(pointer.clone())?;