SFML.Net
TouchEventArgs Constructor |
Construct the touch arguments from a touch event
Namespace: SFML.Window
Assembly: sfmlnet-window-2 (in sfmlnet-window-2.dll) Version: 2.2.0.0 (2.2.0)

public TouchEventArgs( TouchEvent e )
Public Sub New ( e As TouchEvent )
public: TouchEventArgs( TouchEvent e )
new : e : TouchEvent -> TouchEventArgs
Parameters
- e
- Type: SFML.WindowTouchEvent
Touch event
