mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-10 03:10:41 +00:00
Use mmask_t instead of u32
This commit is contained in:
parent
0b5b6ceace
commit
a11d02dfa4
@ -439,7 +439,7 @@ impl backend::Backend for Concrete {
|
||||
/// the returned Vec will include those queued events.
|
||||
///
|
||||
/// The main event is returned separately to avoid allocation in most cases.
|
||||
fn on_mouse_event<F>(bare_event: u32, mut f: F)
|
||||
fn on_mouse_event<F>(bare_event: mmask_t, mut f: F)
|
||||
where
|
||||
F: FnMut(MouseEvent),
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user