Advertisement
MagicAndre1981

New SIMPLE_DEVICE_ORIENTATION enum in sensorsdef.h in Window

Oct 13th, 2015
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. New SIMPLE_DEVICE_ORIENTATION enum in sensorsdef.h in Windows 10 SDK Build 10563:
  2.  
  3.  
  4. typedef enum SIMPLE_DEVICE_ORIENTATION
  5. {
  6.     SimpleDeviceOrientation_NotRotated = 0,
  7.     SimpleDeviceOrientation_Rotated90DegreesCounterclockwise = 1,
  8.     SimpleDeviceOrientation_Rotated180DegreesCounterclockwise = 2,
  9.     SimpleDeviceOrientation_Rotated270DegreesCounterclockwise = 3,
  10.     SimpleDeviceOrientation_Faceup = 4,
  11.     SimpleDeviceOrientation_Facedown = 5,
  12. } SIMPLE_DEVICE_ORIENTATION;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement