Class: RubySketch::App

Inherits:
Reflex::Application
  • Object
show all
Defined in:
lib/rubysketch/app.rb

Instance Method Summary collapse

Instance Method Details

#on_motion(e) ⇒ Object



6
7
8
# File 'lib/rubysketch/app.rb', line 6

def on_motion(e)
  RubySketch.instance_variable_get(:@window)&.on_motion e
end