struct SF::Event::MouseWheelMoved

Overview

The mouse wheel was scrolled (data in event.mouse_wheel) (deprecated)

Defined in:

window/obj.cr

Instance methods inherited from struct SF::Event::MouseWheelEvent

delta : Int32 delta, delta=(delta : Int) delta=, dup : self dup, x : Int32 x, x=(x : Int) x=, y : Int32 y, y=(y : Int) y=

Constructor methods inherited from struct SF::Event::MouseWheelEvent

new new

Instance methods inherited from struct SF::Event

dup : self dup, initialize initialize

Constructor methods inherited from struct SF::Event

new new