X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdrawtextaction.cpp;h=b6a0715339e9b1c6157196e058330ffde402b7d3;hb=64482766268cddae393da1277987de31e69ffdd9;hp=fafdf95ed48c55e50e2b9ecc8f126b1374c99430;hpb=143b369c0308a8cd524cb0ed51c5d67d6be69603;p=architektonas diff --git a/src/drawtextaction.cpp b/src/drawtextaction.cpp index fafdf95..b6a0715 100644 --- a/src/drawtextaction.cpp +++ b/src/drawtextaction.cpp @@ -85,3 +85,15 @@ DrawTextAction::~DrawTextAction() } } + +/*virtual*/ bool DrawTextAction::KeyDown(int /*key*/) +{ + return false; +} + + +/*virtual*/ bool DrawTextAction::KeyReleased(int /*key*/) +{ + return false; +} +