C# Class SFML.Window.TouchEvent

Exibir arquivo Open project: SFML/SFML.Net Class Usage Examples

Public Properties

Property Type Description
Finger uint
X int
Y int

Property Details

Finger public_oe property

Index of the finger in case of multi-touch events
public uint Finger
return uint

X public_oe property

X position of the touch, relative to the left of the owner window
public int X
return int

Y public_oe property

Y position of the touch, relative to the top of the owner window
public int Y
return int