sysSetMonitor

Moves the window to the given monitor index.

System

Parameters & Returns

Parameters

monitor Int

Returns

Void

Quick Summary

Moves the window to the given monitor index.

Technical Exegesis...

Relocates (and, in fullscreen, targets) the application window onto the display with the given index. Use with sysGetMonitors to pick a valid one.

Example

Example.bam
; No example implemented yet