WIP input events

Compile and passes tests. But the mouse event are currently not working
This commit is contained in:
Olivier Goffart 2020-08-06 12:33:07 +02:00
parent 829990f9b1
commit 55ec533c40
11 changed files with 96 additions and 53 deletions

View file

@ -81,6 +81,7 @@ pub mod re_exports {
pub use sixtyfps_corelib::graphics::{
PathArcTo, PathData, PathElement, PathEvent, PathLineTo, Point, Rect, Size,
};
pub use sixtyfps_corelib::input::{InputEventResult, MouseEvent};
pub use sixtyfps_corelib::item_tree::{
visit_item_tree, ItemTreeNode, ItemVisitorRefMut, ItemVisitorVTable,
};