Touch Class

SFML.Net

Touch Class
Give access to the real-time state of the touches
Inheritance Hierarchy
SystemObject  SFML.WindowTouch

Namespace: SFML.Window
Assembly: sfmlnet-window-2 (in sfmlnet-window-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public static class Touch
Public NotInheritable Class Touch
public ref class Touch abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Touch =  class end

The Touch type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetPosition(UInt32)
This function returns the current touch position
Public methodStatic memberGetPosition(UInt32, Window)
This function returns the current touch position relative to the given window
Public methodStatic memberIsDown
Check if a touch event is currently down
Top
See Also