summaryrefslogtreecommitdiff
path: root/DevTools/HackStudio/FormWidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'DevTools/HackStudio/FormWidget.cpp')
-rw-r--r--DevTools/HackStudio/FormWidget.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/DevTools/HackStudio/FormWidget.cpp b/DevTools/HackStudio/FormWidget.cpp
index 985e758dec..4168f7e965 100644
--- a/DevTools/HackStudio/FormWidget.cpp
+++ b/DevTools/HackStudio/FormWidget.cpp
@@ -68,3 +68,8 @@ void FormWidget::mousemove_event(GMouseEvent& event)
{
editor().tool().on_mousemove(event);
}
+
+void FormWidget::keydown_event(GKeyEvent& event)
+{
+ editor().tool().on_keydown(event);
+}