mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-29 21:34:50 +00:00
WIP input events
Compile and passes tests. But the mouse event are currently not working
This commit is contained in:
parent
829990f9b1
commit
55ec533c40
11 changed files with 96 additions and 53 deletions
|
@ -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,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue