()
| 1184 | } |
| 1185 | |
| 1186 | switchGlobalLeft() { this.switchGlobal(Meta.MotionDirection.LEFT); } |
| 1187 | switchGlobalRight() { this.switchGlobal(Meta.MotionDirection.RIGHT); } |
| 1188 | switchGlobalUp() { this.switchGlobal(Meta.MotionDirection.UP); } |
| 1189 | switchGlobalDown() { this.switchGlobal(Meta.MotionDirection.DOWN); } |
no test coverage detected