Touch.GetPosition Method (UInt32)

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)
Syntax
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: Vector2i
Current position of the finger
See Also