C# Class SFML.Window.MouseMoveEventArgs

Mouse move event parameters
Inheritance: System.EventArgs
Afficher le fichier Open project: SFML/SFML.Net Class Usage Examples

Méthodes publiques

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

Méthodes publiques

Méthode Description
MouseMoveEventArgs ( MouseMoveEvent e ) : System

Construct the mouse move arguments from a mouse move event

ToString ( ) : string

Provide a string describing the object

Method Details

MouseMoveEventArgs() public méthode

Construct the mouse move arguments from a mouse move event
public MouseMoveEventArgs ( MouseMoveEvent e ) : System
e MouseMoveEvent Mouse move event
Résultat System

ToString() public méthode

Provide a string describing the object
public ToString ( ) : string
Résultat string

Property Details

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