# File lib/rubygame/event_handler.rb, line 219 def handle( event ) _make_event_handler if @event_handler.nil? @event_handler.handle( event ) end