aboutsummaryrefslogtreecommitdiff
path: root/src/window
diff options
context:
space:
mode:
Diffstat (limited to 'src/window')
-rw-r--r--src/window/Window.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/window/Window.cpp b/src/window/Window.cpp
index ee984fd..d19d3c8 100644
--- a/src/window/Window.cpp
+++ b/src/window/Window.cpp
@@ -83,9 +83,8 @@ namespace mgl {
mgl_window_set_framerate_limit(&window, fps);
}
- // TODO: Implement
void Window::set_key_repeat_enabled(bool enabled) {
-
+ mgl_window_set_key_repeat_enabled(&window, enabled);
}
void Window::set_cursor_visible(bool visible) {