aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/system/InputSystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/crepe/system/InputSystem.h')
-rw-r--r--src/crepe/system/InputSystem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/system/InputSystem.h b/src/crepe/system/InputSystem.h
index db6b374..5f71687 100644
--- a/src/crepe/system/InputSystem.h
+++ b/src/crepe/system/InputSystem.h
@@ -21,7 +21,7 @@ private:
MouseButton last_mouse_button = MouseButton::NONE;
const int click_tolerance = 5;
void handle_click(const MouseReleaseEvent);
-
+ void handle_move(const MouseMoveEvent);
Transform* find_transform_for_button(Button &button, std::vector<std::reference_wrapper<Transform>> &transforms);
bool is_mouse_inside_button(const MouseReleaseEvent &event, const Button &button, const Transform &transform);