Grasshopper API
GH_DigitScrollerBaseGH_MouseAction Enumeration |
Enumerates the possible actions due to mouse-down mouse-move events.
Namespace: Grasshopper.GUI.Base
Assembly: Grasshopper (in Grasshopper.dll)
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | No specific action. | |
| SignDown | 1 | Mouse down on sign symbol. | |
| DigitDown | 2 | Mouse down on scrolling digit. | |
| DigitDrag | 3 | Mouse move on scrolling digit. | |
| RadixDown | 4 | Mouse down on radix point. | |
| RadixDrag | 5 | Mouse move on radix point. |