Method - UNC-Project-Open-AAC/OS-DPI GitHub Wiki
Method
A Method is composed of a group of Handlers that map low-level browser events into OS-DPI actions and updates.
Properties
Name
The name of the Method. This property is used in actions to specify the origin when you Emit an event.
Active
When checked the Method will receive and emit events.
Pattern
Selects the Pattern that will be used by Activate and Next Responses.
Debounce
Debounce helps avoid false triggers when the input jitters. Enter values in seconds.
Key down/up
The minimum time a key must be held down or released for the event to trigger.
Pointer down/up
The minimum time the pointer down or up state must be held for the event to trigger.
Pointer enter/leave
The minimum time the pointer must be over or out of a button for the event to trigger.