From 9c5cd0ebb51350c05d3fc3496851f43a209f84ec Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 9 Sep 2022 19:40:19 +0200 Subject: Do not require ctrl for vim keys for manga and matrix --- include/Body.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/Body.hpp') diff --git a/include/Body.hpp b/include/Body.hpp index 373c6b4..ced5f4e 100644 --- a/include/Body.hpp +++ b/include/Body.hpp @@ -105,7 +105,7 @@ namespace QuickMedia { void clamp_selection(); // Returns true if the event was handled - bool on_event(const mgl::Window &window, const mgl::Event &event, bool keyboard_navigation = true); + bool on_event(const mgl::Window &window, const mgl::Event &event, bool keyboard_navigation = true, bool vim_keys_require_ctrl = true); // Returns the the body total height double draw(mgl::Window &window, mgl::vec2f pos, mgl::vec2f size); // Returns the the body total height -- cgit v1.2.3