mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Handle SetTargetRayMode and SetHandedness
This commit is contained in:
parent
e9221e6ce0
commit
9c34a6585b
9 changed files with 64 additions and 17 deletions
|
@ -295,6 +295,9 @@ impl XRSession {
|
|||
XREvent::RemoveInput(id) => {
|
||||
self.input_sources.remove_input_source(self, id);
|
||||
},
|
||||
XREvent::UpdateInput(id, source) => {
|
||||
self.input_sources.add_remove_input_source(self, id, source);
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue