mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
Add XRFrame::getHitTestResults()
This commit is contained in:
parent
87bce8cde9
commit
f1d6a89150
3 changed files with 17 additions and 1 deletions
|
@ -37,6 +37,10 @@ impl XRHitTestSource {
|
|||
global,
|
||||
)
|
||||
}
|
||||
|
||||
pub fn id(&self) -> HitTestId {
|
||||
self.id
|
||||
}
|
||||
}
|
||||
|
||||
impl XRHitTestSourceMethods for XRHitTestSource {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue