diff options
Diffstat (limited to 'src/ctrl/mouse.hpp')
| -rw-r--r-- | src/ctrl/mouse.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ctrl/mouse.hpp b/src/ctrl/mouse.hpp index 5c7af80..3b45b4d 100644 --- a/src/ctrl/mouse.hpp +++ b/src/ctrl/mouse.hpp @@ -10,7 +10,7 @@ class Mouse { public: constexpr Mouse(MouseMotionCallback mouse_motion_cb) : mouse_motion_cb{mouse_motion_cb} {} - void mouse_motion_event(Vector2 rel) const & { + void mouse_motion_event(engine::math::Vector2 rel) const & { mouse_motion_cb(rel); } |
