Switch to using mouse navigation events instead of other in order to get rid of opaque button id
This commit is contained in:
parent
fc36c706d3
commit
6ee0cceb14
7 changed files with 132 additions and 68 deletions
|
@ -19,7 +19,7 @@ use crate::{
|
|||
};
|
||||
use anyhow::Result;
|
||||
use async_task::Runnable;
|
||||
pub use event::Event;
|
||||
pub use event::{Event, NavigationDirection};
|
||||
use postage::oneshot;
|
||||
use std::{
|
||||
any::Any,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue