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;
|
||||
|
||||
/**
|
||||
* Wether to force update a display, even when active.
|
||||
* Whether to force update a display, even when input is active.
|
||||
* @type boolean
|
||||
*/
|
||||
this.forceUpdateDisplay = false;
|
||||
|
@ -972,6 +972,7 @@ function augmentController(gui, li, controller) {
|
||||
|
||||
/**
|
||||
* 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}
|
||||
*/
|
||||
listen: function(forceUpdateDisplay) {
|
||||
|
Loading…
Reference in New Issue
Block a user