diff options
| author | HampusM <hampus@hampusmat.com> | 2026-04-05 18:12:51 +0200 |
|---|---|---|
| committer | HampusM <hampus@hampusmat.com> | 2026-04-05 18:12:51 +0200 |
| commit | d193aa46ec80a58a6a6ad619c38619e434a6137a (patch) | |
| tree | 4472759e319e9aa8d9a296dd030a14e4922b6ab0 /engine/src/input/mouse.rs | |
| parent | 812d574082b951a6b60db5f61373bb5a87a01cbe (diff) | |
feat(engine): add position to mouse component
Diffstat (limited to 'engine/src/input/mouse.rs')
| -rw-r--r-- | engine/src/input/mouse.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/src/input/mouse.rs b/engine/src/input/mouse.rs index 90091f3..c10aaf2 100644 --- a/engine/src/input/mouse.rs +++ b/engine/src/input/mouse.rs @@ -1,6 +1,6 @@ mod reexports { - pub use crate::windowing::mouse::{Button, ButtonState, Buttons, Motion}; + pub use crate::windowing::mouse::{Button, ButtonState, Buttons, Mouse}; } pub use reexports::*; |
