Unofficial community resource. Not affiliated with, maintained by, or endorsed by WOWCube / Cubios Inc. Cubios Inc. does not guarantee the accuracy or completeness of this content. Official WOWCube Development Kit

WOWCube Docs logo
WOWCube Docs
Mission Control
Section Shortcuts
APIExamplesSourceWOWConnectChangelogDeveloper Toolkit
Filters
SDK and language defaults persist in cookies.
SDK version
Navigation Tree
Collapsed by default, focused on the active path.

Unofficial community resource. Not affiliated with, maintained by, or endorsed by WOWCube / Cubios Inc. Cubios Inc. does not guarantee the accuracy or completeness of this content. For official documentation and the SDK, see the WOWCube Development Kit.

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
VersionSDK 6.3SDK 6.2SDK 6.1
Report issue

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.

Trust & provenance

Document status

Source
Motion Sensors · installed SDK headers
Classification
API reference
Verification
Community-maintained · verify against installed SDK

Catalog updated Oct 20, 2018

Structured index

Symbols on this page

Names and signatures are extracted from this SDK-derived page. Signature hashes detect accidental changes.

Motion SensorsMember
MS_getFaceAccelXMember
MS_getFaceAccelYMember
MS_getFaceAccelZMember
MS_getFaceGyroXMember
MS_getFaceGyroYMember
MS_getFaceGyroZMember
Jump Grid

On This Page

MS getFaceAccelXMS getFaceAccelYMS getFaceAccelZMS getFaceGyroXMS getFaceGyroYMS getFaceGyroZ
Back to top ↑
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