Method: GLFW::Window#on_scroll
- Defined in:
- lib/glfw/stubs/window.rb
#on_scroll {|x, y| ... } ⇒ Proc? #on_scroll ⇒ Proc?
Returns the previous callback that was set, or nil if none existed.
538 539 |
# File 'lib/glfw/stubs/window.rb', line 538 def on_scroll end |