Specifies an action performed with the mouse.
Namespace: MindFusion.Gauges
File: Enum.js
SyntaxJavaScript
Copy Code
|
|---|
// enum |
Members| Member name | Description | |
|---|---|---|
![]() |
Down |
Indicates the press of a mouse button. |
![]() |
Move |
Indicates the move of a mouse. |
![]() |
Up |
Indicates the release of a mouse button. |
See Also