Touch.IsDown Method

SFML.Net

TouchIsDown Method
Check if a touch event is currently down

Namespace: SFML.Window
Assembly: sfmlnet-window-2 (in sfmlnet-window-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public static bool IsDown(
	uint Finger
)
Public Shared Function IsDown ( 
	Finger As UInteger
) As Boolean
public:
static bool IsDown(
	unsigned int Finger
)
static member IsDown : 
        Finger : uint32 -> bool 

Parameters

Finger
Type: SystemUInt32
Finger index

Return Value

Type: Boolean
True if the finger is currently touching the screen, false otherwise
See Also