mirror of
https://github.com/keharriso/love-nuklear.git
synced 2025-09-11 00:27:48 -04:00
Updated Documentation (markdown)
parent
32172a8e06
commit
d852343700
1 changed files with 6 additions and 6 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue