openxr haptics

This commit is contained in:
galister
2024-02-04 03:34:50 +01:00
parent d7c8b49efa
commit e846014a88
2 changed files with 20 additions and 2 deletions

View File

@@ -233,7 +233,7 @@ pub fn openxr_run(running: Arc<AtomicBool>) -> Result<(), BackendError> {
&app_state.input_state.hmd,
);
if let Some(haptics) = haptics {
//TODO!
input_source.haptics(&xr_state, idx, haptics);
}
}