# File lib/rubygame/event_actions.rb, line 198
        def perform( owner, event )
                @actions.each { |action| action.perform( owner, event ) }
        end