Updated Documentation (markdown)

Kevin Harrison 2018-12-13 23:34:25 +00:00
parent 32172a8e06
commit d852343700

@ -132,14 +132,14 @@ Return `true` if any window is hovered by the mouse, and `false` otherwise.
#### active = ui:itemIsAnyActive() #### active = ui:itemIsAnyActive()
Return `true` if any item is active, and `false` otherwise. Return `true` if any item is active, and `false` otherwise.
#### ui:windowSetBounds(x, y, width, height) #### ui:windowSetBounds(name, x, y, width, height)
Set the bounds of the current window. Set the bounds of the given window.
#### ui:windowSetPosition(x, y) #### ui:windowSetPosition(name, x, y)
Set the position of the current window. Set the position of the given window.
#### ui:windowSetSize(width, height) #### ui:windowSetSize(name, width, height)
Set the size of the current window. Set the size of the given window.
#### ui:windowSetFocus(name) #### ui:windowSetFocus(name)
Focus on the given window. Focus on the given window.