Emulates a traditional mouse.
| C# | Visual Basic | Visual C++ |
public class MouseEmulator
Public Class MouseEmulator
public ref class MouseEmulator
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| 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) | (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()()() | (Inherited from Object.) |
| Object | |
| MouseEmulator | |