summaryrefslogtreecommitdiffhomepage
path: root/editor/app.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-10-20 18:37:20 +0200
committerStanislaw Halik <sthalik@misaki.pl>2023-10-20 18:37:20 +0200
commit8ac55a6789a9ed7fdd16dfcbde6133948ad632fc (patch)
treefdaa667ea93b3d8136dc3e0fea9a43d0d05f2e99 /editor/app.hpp
parent275cb79a1857fff08ce1b642bbfab6d7377bcaef (diff)
a
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();