C# Class SFML.Window.MouseWheelEventArgs

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
MouseWheelEventArgs ( MouseWheelEvent e ) : System

Construct the mouse wheel arguments from a mouse wheel event

ToString ( ) : string

Provide a string describing the object

Method Details

MouseWheelEventArgs() public méthode

Construct the mouse wheel arguments from a mouse wheel event
public MouseWheelEventArgs ( MouseWheelEvent e ) : System
e MouseWheelEvent Mouse wheel event
Résultat System

ToString() public méthode

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

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