Skip to content

Commit

Permalink
fix: mouse input
Browse files Browse the repository at this point in the history
  • Loading branch information
fhscey authored Jan 11, 2025
1 parent c6a1f69 commit 2410b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prpr/src/judge.rs
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ impl Judge {
.cloned()
.collect(),
false => {
let mut touches: Vec<Touch> = Vec::new();
let mut touches: Vec<Touch> = touches();
let btn = MouseButton::Left;
let id = button_to_id(btn);
if is_mouse_button_pressed(btn) {
Expand Down

0 comments on commit 2410b3b

Please sign in to comment.