General
Look at Functions' Home first.
These functions are used to manage monitors.
setMonitor
| argument | type | info |
|---|---|---|
| monitorName | String | The name of the monitor that you want to set globalMonitor and globalMonitorName to |
It Updates globalMonitor, globalMonitorName and globalMonitorWidth & globalMonitorHeight to the monitor you selected.
getMonitorSize
Returns globalMonitorWidth, globalMonitorHeight
setMonitorGroup
| argument | type | info |
|---|---|---|
| monitorNameList | Array | It's an Array of monitor names that are going to be used to manage monitor groups |
Sets globalMonitorGroup.list to monitorNameList and checks if monitor names are valid
setMonitorGroupEnabled
| argument | type | info |
|---|---|---|
| bool | Boolean | It sets to bool globalMonitorGroup.enabled |
resetMonitorGroup
Clears globalMonitorGroup.list Table