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)

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: BooleanTrue if the finger is currently touching the screen, false otherwise
