# File lib/rubygame/event_handler.rb, line 226 def has_hook?( hook ) _make_event_handler if @event_handler.nil? @event_handler.has_hook?( hook ) end