Struct ActionList
List of Actions, for looking up Action by key
struct ActionList;
Methods
| Name | Description |
|---|---|
add
(items)
|
Add several actions from array |
add
(items)
|
Add all items from another list |
findByKey
(keyCode, flags)
|
Find action by key, return null if not found |
Aliases
| Name | Description |
|---|---|
~this
|