Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
SFML
Window
TouchEvent
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