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

@ -176,7 +176,7 @@ pub enum InputEvent {
state: KeyState,
},
AxisSmooth {
AxisPx {
dist: Fixed,
axis: ScrollAxis,
},