]> Shamusworld >> Repos - architektonas/blobdiff - src/drawcircleaction.cpp
Added key modifiers to Actions.
[architektonas] / src / drawcircleaction.cpp
index 338bd5366b204dd9bb6ce659533d5f849009e4fb..a1ffe192b3653c3e63901c049b9e751ab8739d26 100644 (file)
@@ -82,3 +82,16 @@ DrawCircleAction::~DrawCircleAction()
                p1 = p2;
        }
 }
+
+
+/*virtual*/ bool DrawCircleAction::KeyDown(int /*key*/)
+{
+       return false;
+}
+
+
+/*virtual*/ bool DrawCircleAction::KeyReleased(int /*key*/)
+{
+       return false;
+}
+