mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Support creating and messaging mock display
This commit is contained in:
parent
c689866d35
commit
a89d2c6410
4 changed files with 30 additions and 1 deletions
|
@ -26,6 +26,8 @@ pub enum WebVRMsg {
|
|||
RequestPresent(PipelineId, u32, IpcSender<WebVRResult<()>>),
|
||||
ExitPresent(PipelineId, u32, Option<IpcSender<WebVRResult<()>>>),
|
||||
CreateCompositor(u32),
|
||||
CreateMockDisplay,
|
||||
MessageMockDisplay(MockVRControlMsg),
|
||||
GetGamepads(
|
||||
Vec<u32>,
|
||||
IpcSender<WebVRResult<Vec<(Option<VRGamepadData>, VRGamepadState)>>>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue