SFML.Net
TouchGetPosition Method (UInt32) |
This function returns the current touch position
Namespace: SFML.Window
Assembly: sfmlnet-window-2 (in sfmlnet-window-2.dll) Version: 2.2.0.0 (2.2.0)

public static Vector2i GetPosition( uint Finger )
Public Shared Function GetPosition ( Finger As UInteger ) As Vector2i
public: static Vector2i GetPosition( unsigned int Finger )
static member GetPosition : Finger : uint32 -> Vector2i
Parameters
- Finger
- Type: SystemUInt32
Finger index
Return Value
Type: Vector2iCurrent position of the finger
