Returns position
| <window>.getPosition( | |
| mode = viz.WINDOW_NORMALIZED |
)
mode = viz.WINDOW_NORMALIZED
Can be viz.WINDOW_NORMALIZED or viz.WINDOW_PIXELS
This command will return the current position of the upper left corner of the window. The values are in normalized screen coordinates.
[x,y]