TouchEventArgs Fields

SFML.Net

TouchEventArgs Fields

The TouchEventArgs type exposes the following members.

Fields
  Name Description
Public field Finger
Index of the finger in case of multi-touch events
Public field X
X position of the touch, relative to the left of the owner window
Public field Y
Y position of the touch, relative to the top of the owner window
Top
See Also