Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagelua
function close([closeclients])

Closes the window.

Parameters

closeclients   (boolean)   [optional]
If true and running as the host, the corresponding window will be closed for all clients that have it open as well.


createControl

Code Block
languagelua
function createControl(type, name, [source])

...