overwolf.windows.getWindowDPI
Overwolf APIs / overwolf / overwolf / windows / getWindowDPI
function getWindowDPI(callback: (result: object) => void): void;
Get Window DPI.
Parameters
| Parameter | Type | Description |
|---|---|---|
callback | (result: object) => void | Called with the result of the request (result e.g: {dpi: 120, scale: 1.25}). |
Returns
void