Methods
matchesComboAction
- matchesComboAction(action: Action): boolean
-
Parameters
Returns boolean
printDebugActionFound
- printDebugActionFound(action: Action): void
printDebugKeyPressed
- printDebugKeyPressed(ev: KeyboardEvent): void
processActionCombos
- processActionCombos(ev: KeyboardEvent, actions: Map<string, Action>, options: IOptions): boolean
-
Parameters
-
ev: KeyboardEvent
-
actions: Map<string, Action>
-
Returns boolean
processEvent
- processEvent(ev: KeyboardEvent, actions: Map<string, Action>, options: IOptions): boolean
-
Parameters
-
ev: KeyboardEvent
-
actions: Map<string, Action>
-
Returns boolean
Process events, mantaining a temporal combo. Then compares combos to find matches.