mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Add FakeXRDevice::simulateInputSourceConnection()
This commit is contained in:
parent
7046f543a1
commit
506a0afca3
2 changed files with 76 additions and 3 deletions
|
@ -21,8 +21,7 @@ interface FakeXRDevice {
|
|||
|
||||
// void setBoundsGeometry(sequence<FakeXRBoundsPoint> boundsCoodinates);
|
||||
|
||||
// Promise<FakeXRInputController>
|
||||
// simulateInputSourceConnection(FakeXRInputSourceInit);
|
||||
[Throws] FakeXRInputController simulateInputSourceConnection(FakeXRInputSourceInit init);
|
||||
|
||||
// behaves as if device was disconnected
|
||||
Promise<void> disconnect();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue