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