diff options
author | dec05eba <dec05eba@protonmail.com> | 2022-09-09 19:40:19 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2022-09-09 19:40:19 +0200 |
commit | 9c5cd0ebb51350c05d3fc3496851f43a209f84ec (patch) | |
tree | 64b09af13842ed36efefd78f71e77b6ef8e26aba /include/Body.hpp | |
parent | 6d9a07369a9ae20f73cf0d70cdf8b3e0cc06e87d (diff) |
Do not require ctrl for vim keys for manga and matrix
Diffstat (limited to 'include/Body.hpp')
-rw-r--r-- | include/Body.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |