Bespoke Multi-Touch Framework
MouseEmulator Class
NamespacesBespoke.MultiTouch.FrameworkMouseEmulator
Emulates a traditional mouse.
Declaration Syntax
C#Visual BasicVisual C++
public class MouseEmulator
Public Class MouseEmulator
public ref class MouseEmulator
Members
All MembersConstructorsMethodsPropertiesFields



IconMemberDescription
MouseEmulator(FtirSurface)
Creates a new instance of MouseEmulator

ClickDistanceThreshold
Gets or sets the maximum distance between two points to trigger a mouse down/up event.

DefaultClickDistanceThreshold
The default for the maximum distance between two points for the second point to be considered a mouse click.

DefaultDoubleClickTimeThreshold

DefaultScrollSpeedThreshold
The default for the minimum (vertical) speed the right-hand point must be moving to be considered a scroll gesture.

DefaultSinglePointClickTimeThreshold
The default for the maximum duration allowed for a single-point to be considered a click.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
IsPaused
Indicates the status of the mouse emulator.

IsRunning
Indicates the status of the mouse emulator.

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Pause()()()
Pause the mouse emulator.

Resume()()()
Resume (unpause) the mouse emulator.

ScrollSpeedThreshold
Gets or sets the speed threshold before scrolling begins.

SinglePointClickEnabled
Enables/Disables single-point left-mouse-clicks (two-point clicking is always enabled).

SinglePointClickTimeThreshold
Gets or sets the single-point left-mouse-click time threshold.

Start()()()
Starts the mouse emulator.

Stop()()()
Stops the mouse emulator.

ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
MouseEmulator

Assembly: Bespoke.MultiTouch.Framework (Module: Bespoke.MultiTouch.Framework) Version: 4.1.0.0 (4.1.0.0)