The "window_get_dpi" Function
Syntax#
| Argument | Type | Description |
|---|---|---|
N/A | N/A | No arguments |
Description#
Returns the current window DPI as a scale multiplier of the base DPI setting. Result depends on the running platform. Desktop and mobile DPI multipliers are inverted, such that desktop platforms will generally scale up (values > 1.0), while mobile platforms will generally scale down (values < 1.0).

X1