X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdrawtextaction.cpp;h=b6a0715339e9b1c6157196e058330ffde402b7d3;hb=67fbc130b4b6b4d253f69a9c32980d3d3306def5;hp=fafdf95ed48c55e50e2b9ecc8f126b1374c99430;hpb=9d59b5831000704a1ed39c22a6043ba658993159;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; +} +