C# Class SFML.Window.MouseWheelScrollEventArgs

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

Méthodes publiques

Свойство Type Description
Delta float
Wheel Mouse.Wheel
X int
Y int

Méthodes publiques

Méthode Description
MouseWheelScrollEventArgs ( MouseWheelScrollEvent e ) : System

Construct the mouse wheel scroll arguments from a mouse wheel scroll event

ToString ( ) : string

Provide a string describing the object

Method Details

MouseWheelScrollEventArgs() public méthode

Construct the mouse wheel scroll arguments from a mouse wheel scroll event
public MouseWheelScrollEventArgs ( MouseWheelScrollEvent e ) : System
e MouseWheelScrollEvent Mouse wheel scroll 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 float Delta
Résultat float

Wheel public_oe property

Mouse Wheel which triggered the event
public Mouse.Wheel Wheel
Résultat Mouse.Wheel

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