add alt_click

This commit is contained in:
galister
2024-10-22 05:52:54 +09:00
parent 83bf0fff5d
commit cf03beef07
4 changed files with 35 additions and 4 deletions

View File

@@ -268,7 +268,7 @@ pub fn openxr_run(running: Arc<AtomicBool>, show_by_default: bool) -> Result<(),
app_state.input_state.pre_update();
input_source.update(&xr_state, &mut app_state)?;
app_state.input_state.post_update();
app_state.input_state.post_update(&app_state.session);
if app_state
.input_state