1
0
Fork 0
forked from wry/wry

input: rename axix_smooth to axis_px

This commit is contained in:
Julian Orth 2022-05-27 17:02:44 +02:00
parent 64416d417b
commit 20f0fba553
7 changed files with 18 additions and 21 deletions

View file

@ -151,7 +151,7 @@ impl MetalBackend {
axis,
}
} else {
InputEvent::AxisSmooth {
InputEvent::AxisPx {
dist: Fixed::from_f64(scroll),
axis,
}