MouseButtonEvent Fields

SFML.Net

MouseButtonEvent Fields

The MouseButtonEvent 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