This fundamentally doesn't work..?

This commit is contained in:
2026-02-14 16:17:30 +01:00
parent 112820bf1f
commit 87490152bd
4 changed files with 61 additions and 23 deletions

View File

@@ -200,7 +200,6 @@ impl Iterator for G13Input {
for &(button, index, mask) in BUTTON_MAP {
if let Some(event) = self.handle_button(button, buf[index] & mask != 0) {
// self.calibrating = false;
return Some(Some(event));
}
}