Win 8 Smooth Screen Rotation in Win 32 Application
-
Thursday, December 06, 2012 8:06 AMHello,
Good day!
Currently, I am trying to rotate the screen manually using the ChangeDisplaySettingsEx API
in Win 8 and it seems that the rotation is not smooth as with if we tilt the system. Can you help
me identify which API that can rotate the screen smoothly?
I have tried this Windows::Graphics::Display::DisplayProperties::AutoRotationPreferences
but it seems that it only works when the application is active. By the way, I am developing a
Win 32 program.- Moved by Jesse JiangMicrosoft Contingent Staff Friday, December 07, 2012 8:22 AM (From:Visual C++ General)
All Replies
-
Friday, December 07, 2012 8:21 AM
Hello,
Thanks for your participation.
According to your description, I think it would be better to move this thread to Windows Desktop SDK forum. There might be more experts specific to your question.
Furthermore, you can refer to this page: Changing Screen Orientation Programmatically The sample code uses ChangeDisplaySettings. You may try it.
Your understanding will be appreciated.
Regards,
Damon Zheng
MSDN Community Support | Feedback to us
Develop and promote your apps in Windows Store
Please remember to mark the replies as answers if they help and unmark them if they provide no help.


