Add missing JSDoc noticed in passing

This commit is contained in:
David Rowe 2018-11-09 14:00:47 +13:00
parent c9b3fda724
commit de61f0f010

View file

@ -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