Update docs
This commit is contained in:
parent
d49a7f1293
commit
52e2eed5a2
File diff suppressed because one or more lines are too long
|
@ -52,6 +52,12 @@
|
|||
|
||||
$ win.SetPosition(100, 110);
|
||||
|
||||
^ JsdeWindow.GetPosition()
|
||||
|
||||
Retrieves the current position of a window.
|
||||
|
||||
Returns an object with an `x` and a `y` key.
|
||||
|
||||
^ JsdeWindow.SetSize(**width**, **height**)
|
||||
|
||||
Sets the current size of a window.
|
||||
|
|
Loading…
Reference in a new issue