mirror of
https://github.com/servo/servo.git
synced 2025-08-08 15:05:35 +01:00
Add XRSession::requestHitTestSource()
This commit is contained in:
parent
f1d6a89150
commit
1b07b77323
9 changed files with 131 additions and 22 deletions
|
@ -36,6 +36,9 @@ interface XRSession : EventTarget {
|
|||
|
||||
Promise<void> end();
|
||||
|
||||
// hit test module
|
||||
Promise<XRHitTestSource> requestHitTestSource(XRHitTestOptionsInit options);
|
||||
|
||||
// // Events
|
||||
attribute EventHandler onend;
|
||||
attribute EventHandler onselect;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue