finish events
This commit is contained in:
@@ -139,7 +139,19 @@ class PointerControls {
|
||||
}
|
||||
|
||||
get moving(){
|
||||
return this.moveForward || this.moveBackward || this.moveLeft || this.moveRight;
|
||||
return this.moveForward || this.moveBackward;
|
||||
}
|
||||
|
||||
get rotating(){
|
||||
return this.rotateLeft || this.rotateRight;
|
||||
}
|
||||
|
||||
get motion(){
|
||||
return this.moving || this.rotating;
|
||||
}
|
||||
|
||||
get running(){
|
||||
return this.moving && this.kb.ShiftLeft;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user