Class: Reflexion::App

Inherits:
Application
  • Object
show all
Defined in:
lib/reflexion.rb

Instance Method Summary collapse

Instance Method Details

#on_motion(e) ⇒ Object



30
31
32
33
# File 'lib/reflexion.rb', line 30

def on_motion (e)
  super
  call_event e, e, &$motion
end