overwolf.utils.getMonitorsList
Overwolf APIs / overwolf / overwolf / utils / getMonitorsList
function getMonitorsList(
callback: CallbackFunction<getMonitorsListResult>,
): void;
Returns an array with all monitors data including their display resolution, bounds, and names.
Parameters
| Parameter | Type | Description |
|---|---|---|
callback | CallbackFunction<getMonitorsListResult> | Called with the monitors array. |
Returns
void