We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f79e3b4 commit b47284fCopy full SHA for b47284f
lighthouse-protocol/src/input/orientation_event.rs
@@ -7,7 +7,7 @@ use super::EventSource;
7
pub struct OrientationEvent {
8
/// The client identifier.
9
pub source: EventSource,
10
- // /// Whether the device provides absolute orientation data.
+ /// Whether the device provides absolute orientation data.
11
pub absolute: Option<bool>,
12
/// The motion of the device around the z-axis, in degrees from 0 (inclusive) to 360 (exclusive).
13
pub alpha: Option<f64>,
0 commit comments