C# Class SFML.Window.MouseWheelEvent

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

Méthodes publiques

Свойство Type Description
Delta int
X int
Y int

Property Details

Delta public_oe property

Scroll amount
public int Delta
Résultat int

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