cargo fmt

This commit is contained in:
galister
2025-03-12 03:07:35 +09:00
parent bca6376b50
commit a1cc41f541
5 changed files with 180 additions and 88 deletions

View File

@@ -153,7 +153,13 @@ impl InteractionHandler for WayVRInteractionHandler {
}
}
fn on_scroll(&mut self, _app: &mut state::AppState, _hit: &input::PointerHit, delta_y: f32, delta_x: f32) {
fn on_scroll(
&mut self,
_app: &mut state::AppState,
_hit: &input::PointerHit,
delta_y: f32,
delta_x: f32,
) {
let ctx = self.context.borrow();
ctx.wayvr
.borrow_mut()