Reputation: 730
I developed a Windows 8 Metro App. Now I wanted to test what happens if I rotate the screen but I do not have a device which is capable of this.
Is there a way to trigger this manually? I can rotate the screen manually with my ATI driver but I don't thinks this is what happens if I rotate some tablet?
Best Regards
Upvotes: 1
Views: 6254
Reputation: 163
I'm not sure if this is a video driver-dependent setting, but with the Windows 8 systems I've used, I could manually rotate the display via Ctrl+Alt+arrow
. Left = 90 degrees, Down = 180, Right = 270.
Upvotes: 1
Reputation: 23774
For testing, the Simulator in Visual Studio will enable you to do this.
Upvotes: 4