Add: key color

This commit is contained in:
2018-06-12 18:40:27 +09:00
parent 7907ae34cf
commit dc957debe9
3 changed files with 204 additions and 91 deletions
-16
View File
@@ -8,22 +8,6 @@ class KeyTextData {
}
KeyTextData.HAND_LEFT = 0;
KeyTextData.HAND_RIGHT = 1;
KeyTextData.THUMB = 0;
KeyTextData.INDEX_FINGER = 1;
KeyTextData.MIDDLE_FINGER = 2;
KeyTextData.RING_FINGER = 3;
KeyTextData.LITTLE_FINGER = 4;
KeyTextData.LEFT_HAND = 0;
KeyTextData.RIGHT_HAND = 1;
KeyTextData.BOTH_HAND = 2;
KeyTextData.NONE_HAND = 3;
class KeyMapper {
constructor() {