ehmunnehm
ehmunnehm

Reputation: 730

Manually trigger screen rotation in Windows 8

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

Answers (2)

Chris J
Chris J

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

Jim O'Neil
Jim O'Neil

Reputation: 23774

For testing, the Simulator in Visual Studio will enable you to do this.

Upvotes: 4

Related Questions