Add XRHand[index]

This commit is contained in:
Manish Goregaokar 2020-04-24 12:25:16 -07:00
parent 89fac8be5c
commit ad6da0591c
3 changed files with 96 additions and 6 deletions

View file

@ -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 {