C# Class SFML.Window.MouseButtonEvent

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

Méthodes publiques

Свойство Type Description
Button Mouse.Button
X int
Y int

Property Details

Button public_oe property

Code of the button (see MouseButton enum)
public Mouse.Button Button
Résultat Mouse.Button

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