C# Class SFML.Window.MouseWheelScrollEvent

Exibir arquivo 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_oe property

Scroll amount
public float Delta
return float

Wheel public_oe property

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

X public_oe property

X coordinate of the mouse cursor
public int X
return int

Y public_oe property

Y coordinate of the mouse cursor
public int Y
return int