Touch Class
From SFML.Net
SFML.Net
| Touch Class |
Give access to the real-time state of the touches
SystemObject SFML.WindowTouch
Namespace: SFML.Window
Assembly: sfmlnet-window-2 (in sfmlnet-window-2.dll) Version: 2.2.0.0 (2.2.0)
The Touch type exposes the following members.
| Name | Description | |
|---|---|---|
| GetPosition(UInt32) |
This function returns the current touch position
| |
| GetPosition(UInt32, Window) |
This function returns the current touch position
relative to the given window
| |
| IsDown |
Check if a touch event is currently down
|