|
@@ -43597,6 +43597,10 @@ var XRWindowsMotionController = /** @class */ (function (_super) {
|
|
|
pointingPoseMeshName: _poseEnabledController__WEBPACK_IMPORTED_MODULE_9__["PoseEnabledController"].POINTING_POSE
|
|
|
};
|
|
|
/**
|
|
|
+ * holds the thumbstick values (X,Y)
|
|
|
+ */
|
|
|
+ _this.thumbstickValues = { x: 0, y: 0 };
|
|
|
+ /**
|
|
|
* Fired when the thumbstick on this controller is clicked
|
|
|
*/
|
|
|
_this.onThumbstickStateChangedObservable = new _Misc_observable__WEBPACK_IMPORTED_MODULE_2__["Observable"]();
|
|
@@ -43614,16 +43618,6 @@ var XRWindowsMotionController = /** @class */ (function (_super) {
|
|
|
_this.onTrackpadValuesChangedObservable = _this.onPadValuesChangedObservable;
|
|
|
return _this;
|
|
|
}
|
|
|
- Object.defineProperty(XRWindowsMotionController.prototype, "thumbstickValues", {
|
|
|
- /**
|
|
|
- * holds the thumbstick values (X,Y)
|
|
|
- */
|
|
|
- get: function () {
|
|
|
- return this.rightStick;
|
|
|
- },
|
|
|
- enumerable: true,
|
|
|
- configurable: true
|
|
|
- });
|
|
|
Object.defineProperty(XRWindowsMotionController.prototype, "onThumbstickButtonStateChangedObservable", {
|
|
|
/**
|
|
|
* Fired when the thumbstick button on this controller is modified
|