Responder Emit - UNC-Project-Open-AAC/OS-DPI GitHub Wiki
The Emit response makes the low-level event available to your actions. The event properties will appear as if they were fields and the event origin will be the name of the parent Method.
For example, in a Key Handler the properties will be:
- #key: the key that was pressed
- #altKey: true if the Alt key was pressed
- #ctrlKey: true if the Control (or Command) key was pressed
- #metaKey: true if the Meta key was pressed
- #shiftKey: true if the Shift key was pressed
- #eventType: the type of the event (keyup or keydown)