openxr: add triple-click option

This commit is contained in:
galister
2024-07-14 21:06:02 +09:00
parent 2bfa78e9db
commit 787a3851b3
2 changed files with 119 additions and 100 deletions

View File

@@ -7,7 +7,6 @@ use std::{
atomic::{AtomicUsize, Ordering},
Arc,
},
usize,
};
use vulkano::{command_buffer::CommandBufferUsage, format::Format, image::view::ImageView};