system.gui.setScreenIndex

Description

Moves an open client to a specific monitor. Use with system.gui.getScreens() to identify monitors before moving.

Syntax

system.gui. setScreenIndex( index )

  • Parameters

integer index - The new monitor index for this client to move to. 0 based.

  • Returns

Nothing

  • Scope

Client

Code Examples
Code Snippet
#This example could be used on a startup script to move the client to a 2nd monitor.
system.gui.setScreenIndex(1)