From 1ca3c638ef1fa4f106ef2d301e3f72e31c872c9e Mon Sep 17 00:00:00 2001 From: wreis Date: Fri, 28 Aug 2009 00:33:10 +0000 Subject: debug for button events - missed on last commit --- lib/Reaction/UI/ViewPort/Action.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/Reaction/UI/ViewPort/Action.pm b/lib/Reaction/UI/ViewPort/Action.pm index 84b127e..1fc3fbf 100644 --- a/lib/Reaction/UI/ViewPort/Action.pm +++ b/lib/Reaction/UI/ViewPort/Action.pm @@ -68,6 +68,7 @@ after handle_events => sub { unless (exists $events->{$event} ) { # for {"${event}.x"} && exists $events->{"${event}.y"} ) { + $self->_dump_event($event, $events->{$event}) if DEBUG_EVENTS; $self->$event($events->{$event}); } } -- cgit v1.2.3-54-g00ecf