-
Notifications
You must be signed in to change notification settings - Fork 3
Version History
Rado1 edited this page Mar 15, 2015
·
1 revision
- Added function
getDisplayRotation
- Added JNI initialization in
JNI_OnLoad
function - Removed
sensorUpdateData
function; sensor data is updated automatically in a callback - Added optional logging to logcat (switched off by default)
- Updated demo projects to handle device's display rotation
- Added demo project #3.
- Function
sensorGetData
was divided tosensorGetData1
,sensorGetData3
andsensorGetData4
with different numbers of parameters for different sensor types. - Added demo project #2 for rotation vector sensor.
- Updated ZExternalLibrary and ZGE demo projects accordingly.
- Initial version.