BeModifierKeys Enumeration
Numeric mask for a set of modifier keys (control, shift, and alt).
extensions
Members
| Name | Value | Description |
|---|---|---|
| None | 0 | |
| Control | 1 | |
| Shift | 2 | |
| Alt | 4 |
Defined in
- core/frontend/src/tools/Tool.ts Line 81
Last Updated: 30 November, 2023
Numeric mask for a set of modifier keys (control, shift, and alt).
extensions
| Name | Value | Description |
|---|---|---|
| None | 0 | |
| Control | 1 | |
| Shift | 2 | |
| Alt | 4 |
Last Updated: 30 November, 2023