C# Class SFML.Window.MouseWheelScrollEvent

Afficher le fichier Open project: SFML/SFML.Net Class Usage Examples

Méthodes publiques

Свойство Type Description
Delta float
Wheel Mouse.Wheel
X int
Y int

Property Details

Delta public_oe property

Scroll amount
public float Delta
Résultat float

Wheel public_oe property

Mouse Wheel which triggered the event
public Mouse.Wheel Wheel
Résultat Mouse.Wheel

X public_oe property

X coordinate of the mouse cursor
public int X
Résultat int

Y public_oe property

Y coordinate of the mouse cursor
public int Y
Résultat int