You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know there is an OrientationSensor, but it seems to only provide access to normal RotationVector. Is it possible to somehow access GameRotationVector using maui?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
There is On Android, there are multiple different orientation sensors: one uses magnetometer and one does not. The latter allows you to get phone's orientation relative to some fixed reference, not using Earth's magnetic field. Here's a link to example: https://developer.android.com/guide/topics/sensors/sensors_position#sensors-pos-gamerot
I know there is an OrientationSensor, but it seems to only provide access to normal RotationVector. Is it possible to somehow access GameRotationVector using maui?
Beta Was this translation helpful? Give feedback.
All reactions