PROCESS_SYSTEM_DPI_AWARE constant

int const PROCESS_SYSTEM_DPI_AWARE

System DPI aware. This app does not scale for DPI changes. It will query for the DPI once and use that value for the lifetime of the app. If the DPI changes, the app will not adjust to the new DPI value. It will be automatically scaled up or down by the system when the DPI changes from the system value.

Implementation

static const PROCESS_SYSTEM_DPI_AWARE = 1;