Sets the position of the window.
| <window>.setPosition( | |
| [x,y] | |
| mode = viz.WINDOW_NORMALIZED | # keyword argument |
)
[x,y]
Position of upper left corner of window, relative to lower left corner of screen.
mode = viz.WINDOW_NORMALIZED
viz.WINDOW_NORMALIZED
viz.WINDOW_PIXELS
The position of the window refers to the top left corner of the window.
None
This will put the top left corner of the window in the center of the Vizard window.