C# Class SFML.Window.MouseMoveEvent

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

Public Properties

Property Type Description
X int
Y int

Property Details

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