GFX.MoveWindow¶
Name | Mandatory | Description | Default | Type |
---|---|---|---|---|
⬅️ Input |
The position to move the window to. The first element represents the x-coordinate and the second represents the y-coordinate. | Int2 |
||
Output ➡️ |
Outputs the input value, passed through unchanged. | Int2 |
||
Window |
No | The window to move. | none |
None Var(Object) |
This shard moves the window specified in the Window parameter to the position specified in the input.
Details¶
If no window is specified in the Window
parameter, the window of the current context (set by GFX.MainWindow
) is used.