Skip to content

Commit

Permalink
adding the mirror hotkey
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus committed Dec 26, 2024
1 parent bb25ada commit ce55c4e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/com/commonwealthrobotics/MainController.java
Original file line number Diff line number Diff line change
Expand Up @@ -1053,6 +1053,9 @@ private void setupEngineControls() {
case 84:
session.toggleTransparent();
break;
case 109:
session.onMirror();
break;
default:
if (!character.isEmpty()) {
char rawChar = character.charAt(0);
Expand Down

0 comments on commit ce55c4e

Please sign in to comment.