mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-03 17:38:27 +00:00
Simplify
This commit is contained in:
parent
8065543d8e
commit
8acfd105ff
@ -1,6 +1,6 @@
|
||||
//! User input parsing and propagation.
|
||||
|
||||
mod event;
|
||||
mod handler;
|
||||
pub mod handler;
|
||||
|
||||
pub use self::{event::InputEvent, handler::handle_event};
|
||||
pub use self::event::InputEvent;
|
||||
|
@ -4,7 +4,7 @@ use tracing::warn;
|
||||
use crate::{
|
||||
camera::{Camera, FocusPoint},
|
||||
graphics::{DrawConfig, Renderer},
|
||||
input::handle_event,
|
||||
input::handler::handle_event,
|
||||
InputEvent, NormalizedScreenPosition, RendererInitError, Screen,
|
||||
ScreenSize,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user