MCPcopy Index your code
hub / github.com/PixelsCommander/HTML-GL / updateDisplays

Function updateDisplays

page/js/dat.gui.js:2838–2853  ·  view source on GitHub ↗
(controllerArray)

Source from the content-addressed store, hash-verified

2836 }
2837
2838 function updateDisplays(controllerArray) {
2839
2840
2841 if (controllerArray.length != 0) {
2842
2843 requestAnimationFrame(function() {
2844 updateDisplays(controllerArray);
2845 });
2846
2847 }
2848
2849 common.each(controllerArray, function(c) {
2850 c.updateDisplay();
2851 });
2852
2853 }
2854
2855 return GUI;
2856

Callers 1

dat.gui.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected