struct Scar::Event::MouseWheelScrolled

Overview

The mouse wheel was scrolled

Defined in:

scar/event.cr

Constructors

Instance Method Summary

Instance methods inherited from struct Scar::Event::Event

initialize initialize

Constructor methods inherited from struct Scar::Event::Event

new new

Constructor Detail

def self.new(wheel : SF::Mouse::Wheel, delta : Float32, x : Int32, y : Int32) #

[View source]

Instance Method Detail

def delta : Float32 #

[View source]
def wheel : SF::Mouse::Wheel #

[View source]
def x : Int32 #

[View source]
def y : Int32 #

[View source]