Skip to content

Commit 4f7cee8

Browse files
committed
Fix unresponsive ps btn
1 parent ce95399 commit 4f7cee8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/presenter/vita.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,9 +225,6 @@ impl Presenter {
225225
];
226226

227227
for (event, button) in SHORTCUT_EVENTS {
228-
if pressed.buttons & button != 0 {
229-
self.do_nothing_until_all_btns_released = true;
230-
}
231228
if previous_pressed_btn & button != 0 && pressed.buttons & button == 0 {
232229
self.do_nothing_until_all_btns_released = true;
233230
return event;

0 commit comments

Comments
 (0)