C# Класс SFML.Window.TouchEvent

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Finger uint
X int
Y int

Описание свойств

Finger публичное свойство

Index of the finger in case of multi-touch events
public uint Finger
Результат uint

X публичное свойство

X position of the touch, relative to the left of the owner window
public int X
Результат int

Y публичное свойство

Y position of the touch, relative to the top of the owner window
public int Y
Результат int