GFX.WindowPosition¶
Name | Mandatory | Description | Default | Type |
---|---|---|---|---|
⬅️ Input |
The input of this shard is ignored. | None |
||
Output ➡️ |
Outputs the position of the window as an int2. The first element represents the x-coordinate and the second represents the y-coordinate. | Int2 |
||
Window |
No | The window to get the position of. | none |
None Var(Object) |
This shard outputs the position of the window specified in the Window parameter.
Details¶
If no window is specified in the Window
parameter, the window of the current context (set by GFX.MainWindow
) is used.