# File lib/rubygame/event_triggers.rb, line 662 def match?( event ) if event.kind_of?( Rubygame::Events::MouseReleased ) ((@button == :any) or (event.button == @button)) else false end end