mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 18:06:57 +02:00
Fix missed JSDoc tag change
This commit is contained in:
parent
97352b8858
commit
8545b8c6c1
1 changed files with 1 additions and 1 deletions
|
@ -535,7 +535,7 @@ bool OculusMobileInputDevice::triggerHapticPulse(float strength, float duration,
|
||||||
return success;
|
return success;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**jsdoc
|
/*@jsdoc
|
||||||
* <p>The <code>Controller.Hardware.OculusTouch</code> object has properties representing Oculus Rift. The property values are
|
* <p>The <code>Controller.Hardware.OculusTouch</code> object has properties representing Oculus Rift. The property values are
|
||||||
* integer IDs, uniquely identifying each output. <em>Read-only.</em> These can be mapped to actions or functions or
|
* integer IDs, uniquely identifying each output. <em>Read-only.</em> These can be mapped to actions or functions or
|
||||||
* <code>Controller.Standard</code> items in a {@link RouteObject} mapping.</p>
|
* <code>Controller.Standard</code> items in a {@link RouteObject} mapping.</p>
|
||||||
|
|
Loading…
Reference in a new issue