Object
TickTrigger is an event trigger which will fire when the Clock ticks (ClockTicked).
Returns true if the event is a ClockTicked event.
# File lib/rubygame/event_triggers.rb, line 680 def match?( event ) event.kind_of?( Rubygame::Events::ClockTicked ) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.