Mark NVDA as DPI aware.
This allows us to work with actual screen coordinates rather than scaled coordinates in high DPI configurations. Scaled coordinates seem to be inaccurate in some cases. Also, some accessibiliy implementations don't provide scaled coordinates.
We use the SetProcessDPIAware function rather than using the manifest so it will work when running from source.