Class: Reflexion::App

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

Instance Method Summary collapse

Instance Method Details

#on_motion(e) ⇒ Object



26
27
28
29
# File 'lib/reflexion.rb', line 26

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