Skip to content

Commit

Permalink
Remove Mouse Event
Browse files Browse the repository at this point in the history
Mice cannot call GLFW_KEY_F1 unless they use a cell phone :3
  • Loading branch information
machiecodes committed Jan 3, 2025
1 parent db6699f commit aa5c19c
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,6 @@ public void onKeyPressed(KeyEvent event) {
hudManualToggled = true;
}

@EventHandler
public void onMouseButtonPressed(MouseButtonEvent event) {
if (event.button != GLFW.GLFW_KEY_F1) return;
hudManualToggled = true;
}

public void onStop() {
mc.options.smoothCameraEnabled = preCinematic;
mc.options.getMouseSensitivity().setValue(preMouseSensitivity);
Expand Down

0 comments on commit aa5c19c

Please sign in to comment.