diff options
| author | karlf <[email protected]> | 2016-08-11 13:28:13 -0700 |
|---|---|---|
| committer | karlf <[email protected]> | 2016-08-11 13:28:13 -0700 |
| commit | 96eb96dfb613e4c745db6bd1f53a92fe7e2290fc (patch) | |
| tree | ad5f3ede5cbcd6b598677ce41bcf8318471bdd92 /sensors/SimpleDeviceOrientationSensor/Device.h | |
| parent | 687b274aa38fd05c8c26e3068932121876d7f745 (diff) | |
Updated for "Windows 10 Anniversary Update" (Version 1607)
Diffstat (limited to 'sensors/SimpleDeviceOrientationSensor/Device.h')
| -rw-r--r-- | sensors/SimpleDeviceOrientationSensor/Device.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sensors/SimpleDeviceOrientationSensor/Device.h b/sensors/SimpleDeviceOrientationSensor/Device.h index 67be3deb..b75b5ceb 100644 --- a/sensors/SimpleDeviceOrientationSensor/Device.h +++ b/sensors/SimpleDeviceOrientationSensor/Device.h @@ -49,6 +49,7 @@ typedef enum SENSOR_MANUFACTURER, SENSOR_MODEL, SENSOR_PERSISTENT_UNIQUEID, + SENSOR_ISPRIMARY, SENSOR_ENUMERATION_PROPERTIES_COUNT } SENSOR_ENUMERATION_PROPERTIES_INDEX; @@ -96,6 +97,8 @@ private: ULONG m_Interval; BOOLEAN m_FirstSample; ULONG m_StartTime; + ULONGLONG m_SampleCount; + PSENSOR_COLLECTION_LIST m_pData; // Sdo data that is going to push to clx ABI::Windows::Devices::Sensors::SimpleOrientation m_LastSample; |
