mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
Comments added for forceUpdateDisplay
This commit is contained in:
parent
fd9b5bc5fc
commit
2f67f28035
@ -54,7 +54,7 @@ class Controller {
|
|||||||
this.__onFinishChange = undefined;
|
this.__onFinishChange = undefined;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Wether to force update a display, even when active.
|
* Whether to force update a display, even when input is active.
|
||||||
* @type boolean
|
* @type boolean
|
||||||
*/
|
*/
|
||||||
this.forceUpdateDisplay = false;
|
this.forceUpdateDisplay = false;
|
||||||
|
@ -972,6 +972,7 @@ function augmentController(gui, li, controller) {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets controller to listen for changes on its underlying object.
|
* Sets controller to listen for changes on its underlying object.
|
||||||
|
* @param {boolean} forceUpdateDisplay Whether to force update a display, even when input is active.
|
||||||
* @return {Controller}
|
* @return {Controller}
|
||||||
*/
|
*/
|
||||||
listen: function(forceUpdateDisplay) {
|
listen: function(forceUpdateDisplay) {
|
||||||
|
Loading…
Reference in New Issue
Block a user