| 348 | /// Gets the window DPI setting. |
| 349 | /// </summary> |
| 350 | API_PROPERTY() int GetDpi() const |
| 351 | { |
| 352 | return _dpi; |
| 353 | } |
| 354 | |
| 355 | /// <summary> |
| 356 | /// Gets the window DPI scale factor (1 is default). Includes custom DPI scale |
no outgoing calls
no test coverage detected