| MouseHandler Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: TouchScript.InputSources.InputHandlers
 Syntax
Syntaxpublic class MouseHandler : IInputSource, INTERNAL_IInputSource, IDisposable
The MouseHandler type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | MouseHandler | 
            Initializes a new instance of the MouseHandler class.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | CoordinatesRemapper | 
            Gets or sets current coordinates remapper.
             | 
|  | EmulateSecondMousePointer | 
            Gets or sets a value indicating whether second pointer emulation using ALT+CLICK should be enabled.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | CancelMousePointer | 
            Cancels the mouse pointer.
             | 
|  | CancelPointer | 
            Cancels the pointer.
             | 
|  | Dispose | 
            Releases resources.
             | 
|  | INTERNAL_DiscardPointer | 
            Used by TouchManagerInstance to return a pointer to input source.
            DO NOT CALL IT DIRECTLY FROM YOUR CODE!
             | 
|  | UpdateInput | 
            This method is called by ITouchManager to synchronously update the input.
             | 
|  | UpdateResolution | 
            Forces the input to update its state when resolution changes.
             | 
 See Also
See Also