mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Add XRHand[index]
This commit is contained in:
parent
89fac8be5c
commit
ad6da0591c
3 changed files with 96 additions and 6 deletions
|
@ -69,6 +69,10 @@ impl XRInputSource {
|
|||
pub fn id(&self) -> InputId {
|
||||
self.info.id
|
||||
}
|
||||
|
||||
pub fn session(&self) -> &XRSession {
|
||||
&self.session
|
||||
}
|
||||
}
|
||||
|
||||
impl XRInputSourceMethods for XRInputSource {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue