Make Widget::on_event return an event::Status
This commit is contained in:
parent
1db11ba69a
commit
3f968b8c87
20 changed files with 136 additions and 70 deletions
|
|
@ -1,6 +1,8 @@
|
|||
use iced_native::keyboard;
|
||||
use iced_native::mouse;
|
||||
|
||||
pub use iced_native::event::Status;
|
||||
|
||||
/// A [`Canvas`] event.
|
||||
///
|
||||
/// [`Canvas`]: struct.Event.html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue