Class Touch
- Namespace
- nanoFramework.UI
- Assembly
- nanoFramework.Graphics.dll
Provides a static class for handling touch events.
public static class Touch
- Inheritance
-
Touch
- Inherited Members
Properties
ActiveTouchPanel
Gets the active touch panel.
public static TouchPanel ActiveTouchPanel { get; }
Property Value
Methods
Initialize(IEventListener)
Initializes touch processing and adds a touch event processor and listener.
public static void Initialize(IEventListener touchEventListener)
Parameters
touchEventListener
IEventListenerThe listener for touch events.