Inject one or more key press and releases. The keys are pressed in the order, and released in reverse order. Thus modifiers should be listed first. This should not be used to simulate typing a sequence (e.g. a word), but if you wanted to test say N-Key rollover you could do that here.
(...Key)
| 212 | // to simulate typing a sequence (e.g. a word), but if you wanted to |
| 213 | // test say N-Key rollover you could do that here. |
| 214 | KeyTap(...Key) |
| 215 | |
| 216 | // Inject a mouse event. |
| 217 | MouseEvent(MouseEvent) |
no outgoing calls