Struct ActionList

List of Actions, for looking up Action by key

struct ActionList;

Methods

NameDescription
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

NameDescription
~this