Modifier represents a special key pressed along with another key
| 8 | |
| 9 | // Modifier represents a special key pressed along with another key |
| 10 | type Modifier int |
| 11 | |
| 12 | var ( |
| 13 | // Move is an action representing mouse movement |
no outgoing calls
no test coverage detected