Skip to content

Commit b516d7e

Browse files
committed
Touch input for screen swap touch controls no longer passes through
In other words, the touch screen will not register inputs if it is under the UI element for swapping sizes.
1 parent 4fc5a51 commit b516d7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/presenter/vita.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@ impl Presenter {
216216
}
217217
}
218218
}
219+
self.keymap &= !(1 << 16);
219220
}
220-
self.keymap &= !(1 << 16);
221221
} else {
222222
self.keymap |= 1 << 16;
223223
}

0 commit comments

Comments
 (0)