]> Shamusworld >> Repos - architektonas/blobdiff - src/drawtextaction.cpp
Added key modifiers to Actions.
[architektonas] / src / drawtextaction.cpp
index fafdf95ed48c55e50e2b9ecc8f126b1374c99430..b6a0715339e9b1c6157196e058330ffde402b7d3 100644 (file)
@@ -85,3 +85,15 @@ DrawTextAction::~DrawTextAction()
        }
 }
 
+
+/*virtual*/ bool DrawTextAction::KeyDown(int /*key*/)
+{
+       return false;
+}
+
+
+/*virtual*/ bool DrawTextAction::KeyReleased(int /*key*/)
+{
+       return false;
+}
+