Sha256: 0f97dff878dace0aaf7c3d2b7942a3a50ff76a0aafa2f82682688261a6036b04
Contents?: true
Size: 176 Bytes
Versions: 6
Compression:
Stored size: 176 Bytes
Contents
module Processing class App < Reflex::Application def on_motion(e) Processing.instance_variable_get(:@window)&.on_motion e end end# App end# Processing
Version data entries
6 entries across 6 versions & 1 rubygems