Added capture to keys (#231)

Resolves #143
This commit is contained in:
Nejc Zdovc
2016-12-28 17:09:05 +01:00
committed by József Farkas
parent 0081e3e337
commit 6caeb11dc3
13 changed files with 231 additions and 79 deletions

View File

@@ -81,6 +81,7 @@ export class KeyboardSliderComponent implements OnChanges {
@Input() keybindAnimationEnabled: boolean;
@Output() keyClick = new EventEmitter();
@Output() keyHover = new EventEmitter();
@Output() capture = new EventEmitter();
private layerAnimationState: AnimationKeyboard[];