[Simulator] Add no-op for haptics
kanerogers opened this issue · 1 comments
kanerogers commented
Background
Attempting to call hotham::schedule_functions::apply_haptic_feedback::apply_haptic_feedback
in the simulator results in a very bad time.
Solution
- Find the corresponding openxr API call used in
hotham::schedule_functions::apply_haptic_feedback::apply_haptic_feedback
- Add a branch to
get_instance_proc_addr
insimulator/lib.rs
for that API call - Add a corresponding no-op function in
simulator.rs
MultisampledNight commented
I'd tackle this now.