rust_webvr_api/
vr_eye.rs

1/// VREye
2pub enum VREye {
3    Left,
4    Right
5}