1//! VR Controls Page (0x03)
2//!
3//! Virtual Reality controls depend on designators to identify the individual controls. Most of the following are usages are applied to the collections of entities that comprise the actual device
4mod vr_controls;
5pub use vr_controls::VrControlsUsage;