We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
display_1 enabled/connected and mapped to desktop display_2 enabled/connected and not mapped to desktop
when i extend display_2 to desktop in windows display settings i got OnDesktopListChanged event but: OnDesktopListChanged(IADLXDesktopList* pDesktopList) pDesktopList-> At(i)-> GetDisplays -> At(j) -> NativeResolution return ADL_OK and value: 0, 0 pDesktopList-> At(i)-> GetDisplays -> At(j) -> RefreshRate return ADL_OK and value: NAN pDesktopList-> At(i)-> GetDisplays -> At(j) -> PixelClock return ADL_OK and value: 0
also when i change RefrashRate for curent display i got old display data in OnDesktopListChanged(IADLXDesktopList* pDesktopList) event
The text was updated successfully, but these errors were encountered:
No branches or pull requests
display_1 enabled/connected and mapped to desktop
display_2 enabled/connected and not mapped to desktop
when i extend display_2 to desktop in windows display settings i got OnDesktopListChanged event
but:
OnDesktopListChanged(IADLXDesktopList* pDesktopList)
pDesktopList-> At(i)-> GetDisplays -> At(j) -> NativeResolution return ADL_OK and value: 0, 0
pDesktopList-> At(i)-> GetDisplays -> At(j) -> RefreshRate return ADL_OK and value: NAN
pDesktopList-> At(i)-> GetDisplays -> At(j) -> PixelClock return ADL_OK and value: 0
also when i change RefrashRate for curent display i got old display data in OnDesktopListChanged(IADLXDesktopList* pDesktopList) event
The text was updated successfully, but these errors were encountered: