C# Class SFML.Window.MouseWheelEvent

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

Public Properties

Property Type Description
Delta int
X int
Y int

Property Details

Delta public property

Scroll amount
public int Delta
return int

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