Sha256: 70db8f7f2572f6dcae01e0782274f1479b3d6868b0423e127ad8d565627cfd5e

Contents?: true

Size: 176 Bytes

Versions: 7

Compression:

Stored size: 176 Bytes

Contents

module RubySketch


  class App < Reflex::Application

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

  end# App


end# RubySketch

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rubysketch-0.3.22 lib/rubysketch/app.rb
rubysketch-0.3.21 lib/rubysketch/app.rb
rubysketch-0.3.20 lib/rubysketch/app.rb
rubysketch-0.3.19 lib/rubysketch/app.rb
rubysketch-0.3.18 lib/rubysketch/app.rb
rubysketch-0.3.17 lib/rubysketch/app.rb
rubysketch-0.3.16 lib/rubysketch/app.rb