leetvr/hotham

[Simulator] Add no-op for haptics

kanerogers opened this issue · 1 comments

Background

Attempting to call hotham::schedule_functions::apply_haptic_feedback::apply_haptic_feedback in the simulator results in a very bad time.

Solution

  1. Find the corresponding openxr API call used in hotham::schedule_functions::apply_haptic_feedback::apply_haptic_feedback
  2. Add a branch to get_instance_proc_addr in simulator/lib.rs for that API call
  3. Add a corresponding no-op function in simulator.rs

I'd tackle this now.