aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/Body.hpp2
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