This fundamentally doesn't work..?
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user