Set the monitor for fullscreen mode
| <viz:window>.setFullscreenMonitor( | |
| monitor |
)
monitor
One of the following monitor values:
Monitor |
|
1, 2, ... |
The fullscreen window will appear on the specified monitor. |
0 |
The fullscreen window will stretch over all monitors. |
viz.AUTO_COMPUTE |
The fullscreen window will appear on the monitor the window is currently inside. |
If the machine has multiple monitors, this command allows you to specify which monitor the graphics window will appear on when entering fullscreen mode.
You can use the viz.fullscreen.monitor option in your vizcore.cfg file to specify the default fullscreen monitor. The default value is 0.
None
<viz:window>.getFullscreen
<viz:window>.getFullscreenMonitor
<viz:window>.getFullscreenRectangle
<viz:window>.setFullscreen
<viz:window>.setFullscreenRectangle