Click or drag to resize
uLiveWallpaper
LiveWallpaperMultiTapDetector Class
Provides access to the multi tap detector.
Inheritance Hierarchy
SystemObject
  LostPolygon.uLiveWallpaperLiveWallpaperMultiTapDetector

Namespace:  LostPolygon.uLiveWallpaper
Syntax
C#
public static class MultiTapDetector

The LiveWallpaperMultiTapDetector type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberMaxTimeBetweenTaps
Maximum time between taps to count them as one sequence, in milliseconds.
Public propertyStatic memberNumberOfTaps
Number of consequent taps required to register an event.
Public propertyStatic memberTapZoneRadiusRelative
Relative maximum distance between sequential taps. For example, value of 0.5 allows sequential taps to be half a screen away from each other.
Top
See Also