show/hide controls

This commit is contained in:
edsilv 2015-02-21 11:44:04 +00:00
parent 22bfbac916
commit a5394c62f7

View File

@ -835,6 +835,14 @@ $.extend( $.Viewer.prototype, $.EventSource.prototype, $.ControlDock.prototype,
return this; return this;
}, },
hideControls: function() {
beginControlsAutoHide(this);
},
showControls: function() {
abortControlsAutoHide(this);
},
/** /**
* @function * @function
* @return {Boolean} * @return {Boolean}