Class: Reflexion::App

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

Instance Method Summary collapse

Instance Method Details

#on_motion(e) ⇒ Object



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

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