summaryrefslogtreecommitdiffhomepage
path: root/editor/app.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/app.hpp')
-rw-r--r--editor/app.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/app.hpp b/editor/app.hpp
index 15e9d7a7..0a94fce8 100644
--- a/editor/app.hpp
+++ b/editor/app.hpp
@@ -154,8 +154,8 @@ private:
void clear_non_global_keys();
void clear_non_repeated_keys();
- [[nodiscard]] bool tests_handle_key(const key_event& e);
- [[nodiscard]] bool tests_handle_mouse_click(const mouse_button_event& e);
+ [[nodiscard]] bool tests_handle_key(const key_event& e, bool is_down);
+ [[nodiscard]] bool tests_handle_mouse_click(const mouse_button_event& e, bool is_down);
[[nodiscard]] bool tests_handle_mouse_move(const mouse_move_event& e);
void tests_pre_update();
void tests_post_update();