Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Do not consume the Confirm Button on Pico (#3455)
Browse files Browse the repository at this point in the history
Fixes #3405
  • Loading branch information
bluemarvin authored Jun 3, 2020
1 parent 2a2f8dd commit 8f4de9a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ public boolean dispatchKeyEvent(KeyEvent event) {
int buttons = 0;
buttons |= event.getAction() == KeyEvent.ACTION_DOWN ? BUTTON_TRIGGER : 0;
nativeUpdateControllerState(GAZE_INDEX, true, buttons, 0, 0, 0, false);
return true;
}

return super.dispatchKeyEvent(event);
Expand Down

0 comments on commit 8f4de9a

Please sign in to comment.