Refine mouse event naming
This commit is contained in:
parent
3e23d1f48d
commit
6e53deb1b2
11 changed files with 353 additions and 393 deletions
|
@ -1,5 +1,5 @@
|
|||
mod mouse_event;
|
||||
mod mouse_region;
|
||||
mod mouse_region_event;
|
||||
|
||||
#[cfg(debug_assertions)]
|
||||
use collections::HashSet;
|
||||
|
@ -15,8 +15,8 @@ use crate::{
|
|||
platform::{current::Surface, CursorStyle},
|
||||
ImageData,
|
||||
};
|
||||
pub use mouse_event::*;
|
||||
pub use mouse_region::*;
|
||||
pub use mouse_region_event::*;
|
||||
|
||||
pub struct Scene {
|
||||
scale_factor: f32,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue