From d85234370096c8eb1b4fb23d174bc1685d240086 Mon Sep 17 00:00:00 2001 From: Kevin Harrison Date: Thu, 13 Dec 2018 23:34:25 +0000 Subject: [PATCH] Updated Documentation (markdown) --- Documentation.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Documentation.md b/Documentation.md index 036dca1..ce7fb0f 100644 --- a/Documentation.md +++ b/Documentation.md @@ -132,14 +132,14 @@ Return `true` if any window is hovered by the mouse, and `false` otherwise. #### active = ui:itemIsAnyActive() Return `true` if any item is active, and `false` otherwise. -#### ui:windowSetBounds(x, y, width, height) -Set the bounds of the current window. +#### ui:windowSetBounds(name, x, y, width, height) +Set the bounds of the given window. -#### ui:windowSetPosition(x, y) -Set the position of the current window. +#### ui:windowSetPosition(name, x, y) +Set the position of the given window. -#### ui:windowSetSize(width, height) -Set the size of the current window. +#### ui:windowSetSize(name, width, height) +Set the size of the given window. #### ui:windowSetFocus(name) Focus on the given window.