Windows desktop app on surface pro - what to consider?

Hey guys,

I am going to develop a prototype for the windows surface pro and was wondering if there are any things I have to keep in mind.
Unfortunately the parcel service list the package somewhere and I have to start without having the actual hardware.

The prototype has only 2 screens one in portrait and one in landscape. My first question is how do I know the current orientation of the tablet?Do I have access to the accelerometer unity api even if its a desktop app?

I am using NGUI for both screens but I am wondering how I set up those two screens since I have to different resolutions 1920x1080 and 1080x1920.

I would go for the trial and error approach but without the tablet it is quite hard :wink:

Any help is highly appreciated.

as my tablet arrived I encountered following problem:
when I have portrait mode and my app is 1080x1920 and I rotate the surface the resolution is totally broken and I have to kill the app and go to the windows settings to reset it… any ideas?