Abhimanyu
Abhimanyu

Reputation: 11

To get data from gyroscope of a windows phone emulator

I am making a windows phone app in which pages will change or rotating the phone so I just can't find out how to use the gyroscopic data as trigger.

Upvotes: 0

Views: 167

Answers (1)

Felice Pollano
Felice Pollano

Reputation: 33252

You can't emulate the gyroscope in the emulator:

http://msdn.microsoft.com/en-us/library/windows/apps/dn629629.aspx

You can organize your code to insulate the part reading the data and create some Mock class feeding dummy data for the debug pourposes.

Upvotes: 1

Related Questions