mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 15:43:50 +02:00
Add missing JSDoc noticed in passing
This commit is contained in:
parent
c9b3fda724
commit
de61f0f010
1 changed files with 6 additions and 0 deletions
|
@ -358,6 +358,12 @@ signals:
|
|||
*/
|
||||
bool shouldShowHandControllersChanged();
|
||||
|
||||
/**jsdoc
|
||||
* Triggered when the tablet is shown or hidden.
|
||||
* @function HMD.showTabletChanged
|
||||
* @param {boolean} showTablet - <code>true</code> if the tablet is showing, otherwise <code>false</code>.
|
||||
* @returns {Signal}
|
||||
*/
|
||||
void showTabletChanged(bool showTablet);
|
||||
|
||||
/**jsdoc
|
||||
|
|
Loading…
Reference in a new issue