mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Add hit test mocking at initialization
This commit is contained in:
parent
3f88310e23
commit
d01d9065aa
7 changed files with 126 additions and 9 deletions
|
@ -33,5 +33,8 @@ dictionary FakeXRDeviceInit {
|
|||
// Eye level used for calculating floor-level spaces
|
||||
FakeXRRigidTransformInit floorOrigin;
|
||||
FakeXRRigidTransformInit viewerOrigin;
|
||||
|
||||
// Hit test extensions:
|
||||
FakeXRWorldInit world;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue