C# Class SFML.Window.TouchEvent

Afficher le fichier Open project: SFML/SFML.Net Class Usage Examples

Méthodes publiques

Свойство 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
Résultat uint

X public_oe property

X position of the touch, relative to the left of the owner window
public int X
Résultat int

Y public_oe property

Y position of the touch, relative to the top of the owner window
public int Y
Résultat int