summaryrefslogtreecommitdiff
path: root/src/honey.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/honey.c')
-rw-r--r--src/honey.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/honey.c b/src/honey.c
index 71d07b1..79ff970 100644
--- a/src/honey.c
+++ b/src/honey.c
@@ -28,8 +28,8 @@ honey_window honey_setup(int screen_width, int screen_height, char* window_title
return NULL;
}
- //honey_setup_keyboard();
- //glfwSetKeyCallback(window, default_honey_keyboard_callback);
+ honey_setup_keyboard();
+ glfwSetKeyCallback(window, default_honey_keyboard_callback);
// Enable blending
glEnable(GL_BLEND);
@@ -67,3 +67,5 @@ void honey_run(honey_window window) {
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
+
+