MouseButtonEventArgs Fields

SFML.Net

MouseButtonEventArgs Fields

The MouseButtonEventArgs type exposes the following members.

Fields
  Name Description
Public field Button
Code of the button (see MouseButton enum)
Public field X
X coordinate of the mouse cursor
Public field Y
Y coordinate of the mouse cursor
Top
See Also