]> Shamusworld >> Repos - architektonas/blobdiff - src/drawarcaction.cpp
Added key modifiers to Actions.
[architektonas] / src / drawarcaction.cpp
index 624e4ee74a04a23f0e4b682d892f22eeef4e52e1..e416d3d07c42adab8f8ae0239b4be7f1a1e0934e 100644 (file)
@@ -123,3 +123,15 @@ DrawArcAction::~DrawArcAction()
        }
 }
 
+
+/*virtual*/ bool DrawArcAction::KeyDown(int /*key*/)
+{
+       return false;
+}
+
+
+/*virtual*/ bool DrawArcAction::KeyReleased(int /*key*/)
+{
+       return false;
+}
+