Extract key action types to their respective classes.

This commit is contained in:
László Monda
2016-03-28 23:59:09 +02:00
parent 81fe488dce
commit 924234cea8
3 changed files with 4 additions and 2 deletions

View File

@@ -3,6 +3,7 @@
class KeystrokeAction extends KeyAction implements Serializable {
static actionTypeString = 'keyStroke';
static firstValidScancode = 1;
static lastValidScancode = 231;