WOWCube Docs logo
WOWCube Docs
Mission Control
Section Shortcuts
APIExamplesSourceWOWConnectChangelog
Filters
SDK and language defaults persist in cookies.
SDK version
Navigation Tree
Collapsed by default, focused on the active path.
Made byMcKay Seamons
GitHub
  1. Home
  2. Docs
  3. API
  4. Motion Sensors
Mission NodeSDK 6.3C++API Reference

Motion Sensors

Motion Sensors MS getFaceAccelX Summary Get accelerometer value along X axis of a display. Inputs display a screen index for which accelerometer value will b...

API / SDK 6.3 / C++ / API Reference

Motion Sensors

MS_getFaceAccelX

Summary

Get accelerometer value along X axis of a display.

Inputs

  • display - a screen index for which accelerometer value will be returned

Return value

Accelerometer value along X axis.

Synopsis

Motion Sensors
CPP
1i32_t MS_getFaceAccelX(u32_t display);
2
Wrapped for easier reading. Turn wrap off to inspect exact line lengths.

MS_getFaceAccelY

Summary

Get accelerometer value along Y axis of a display.

Inputs

  • display - a screen index for which accelerometer value will be returned

Return value

Accelerometer value along Y axis.

Synopsis

Motion Sensors
CPP
1i32_t MS_getFaceAccelY(u32_t display);
2
Wrapped for easier reading. Turn wrap off to inspect exact line lengths.

MS_getFaceAccelZ

Summary

Get accelerometer value along Z axis of a display.

Inputs

  • display - a screen index for which accelerometer value will be returned

Return value

Accelerometer value along Z axis.

Synopsis

Motion Sensors
CPP
1i32_t MS_getFaceAccelZ(u32_t display);
2
Wrapped for easier reading. Turn wrap off to inspect exact line lengths.

MS_getFaceGyroX

Summary

Get gyroscope value around X axis of a display.

Inputs

  • display - a screen index for which gyroscope value will be returned

Return value

Gyroscope value around X axis.

Synopsis

Motion Sensors
CPP
1i32_t MS_getFaceGyroX(u32_t display);
2
Wrapped for easier reading. Turn wrap off to inspect exact line lengths.

MS_getFaceGyroY

Summary

Get gyroscope value around Y axis of a display.

Inputs

  • display - a screen index for which gyroscope value will be returned

Return value

Gyroscope value around Y axis.

Synopsis

Motion Sensors
CPP
1i32_t MS_getFaceGyroY(u32_t display);
2
Wrapped for easier reading. Turn wrap off to inspect exact line lengths.

MS_getFaceGyroZ

Summary

Get gyroscope value around Z axis of a display.

Inputs

  • display - a screen index for which gyroscope value will be returned

Return value

Gyroscope value around Z axis.

Synopsis

Motion Sensors
CPP
1i32_t MS_getFaceGyroZ(u32_t display);
2
Wrapped for easier reading. Turn wrap off to inspect exact line lengths.

Jump Grid

On This Page

MS getFaceAccelXMS getFaceAccelYMS getFaceAccelZMS getFaceGyroXMS getFaceGyroYMS getFaceGyroZ
Context Rail

Related nodes

Global Defines
API / SDK 6.3 / C++ / API Reference
Data Structures
API / SDK 6.3 / C++ / API Reference
Enumerated Types
API / SDK 6.3 / C++ / API Reference
Application
API / SDK 6.3 / C++ / API Reference
Previous Node
Sound
API / SDK 6.3 / C++ / API Reference
Next Node
Leaderboard
API / SDK 6.3 / C++ / API Reference