mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Implement Gamepad API
This commit is contained in:
parent
69eda6a60c
commit
0158b5b2af
27 changed files with 1193 additions and 96 deletions
|
@ -16,9 +16,15 @@ pub use webvr::VRDisplayData as WebVRDisplayData;
|
|||
pub use webvr::VRDisplayCapabilities as WebVRDisplayCapabilities;
|
||||
pub use webvr::VRDisplayEvent as WebVRDisplayEvent;
|
||||
pub use webvr::VRDisplayEventReason as WebVRDisplayEventReason;
|
||||
pub use webvr::VREvent as WebVREvent;
|
||||
pub use webvr::VREye as WebVREye;
|
||||
pub use webvr::VREyeParameters as WebVREyeParameters;
|
||||
pub use webvr::VRFieldOfView as WebVRFieldOfView;
|
||||
pub use webvr::VRGamepadButton as WebVRGamepadButton;
|
||||
pub use webvr::VRGamepadData as WebVRGamepadData;
|
||||
pub use webvr::VRGamepadEvent as WebVRGamepadEvent;
|
||||
pub use webvr::VRGamepadHand as WebVRGamepadHand;
|
||||
pub use webvr::VRGamepadState as WebVRGamepadState;
|
||||
pub use webvr::VRFrameData as WebVRFrameData;
|
||||
pub use webvr::VRLayer as WebVRLayer;
|
||||
pub use webvr::VRPose as WebVRPose;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue