mirror of
https://github.com/keharriso/love-nuklear.git
synced 2025-09-11 00:27:48 -04:00
Change group "id" to "title"
parent
93ae41347b
commit
85821c81e2
1 changed files with 4 additions and 4 deletions
|
@ -354,11 +354,11 @@ body(ui)
|
|||
ui:groupEnd()
|
||||
```
|
||||
|
||||
#### sx, sy = ui:groupGetScroll(id)
|
||||
Get the scroll position (`sx`, `sy`) of the group with the given `id`.
|
||||
#### sx, sy = ui:groupGetScroll(title)
|
||||
Get the scroll position (`sx`, `sy`) of the group with the given `title`.
|
||||
|
||||
#### ui:groupSetScroll(id, sx, sy)
|
||||
Set the scroll position (`sx`, `sy`) of the group with the given `id`.
|
||||
#### ui:groupSetScroll(title, sx, sy)
|
||||
Set the scroll position (`sx`, `sy`) of the group with the given `title`.
|
||||
|
||||
### Trees
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue