C# Class SFML.Window.MouseWheelScrollEvent

Show file Open project: SFML/SFML.Net Class Usage Examples

Public Properties

Property Type Description
Delta float
Wheel Mouse.Wheel
X int
Y int

Property Details

Delta public property

Scroll amount
public float Delta
return float

Wheel public property

Mouse Wheel which triggered the event
public Mouse.Wheel Wheel
return Mouse.Wheel

X public property

X coordinate of the mouse cursor
public int X
return int

Y public property

Y coordinate of the mouse cursor
public int Y
return int