1786115591

This commit is contained in:
2026-08-07 17:13:11 +02:00
parent 7d257982e3
commit 9b317635de
2 changed files with 1 additions and 2 deletions

View File

@@ -48,7 +48,6 @@ impl InputState {
};
for event in events {
dbg!(&event);
match event.destructure() {
EventSummary::AbsoluteAxis(_, AbsoluteAxisCode::ABS_X, value) => {
self.x = ((((value - 13) as f32 / 882.) * (self.width as f32)) as i32)