Skip to content

Commit

Permalink
up delay between gamepad axes and their actions
Browse files Browse the repository at this point in the history
The lower delay that was there previously would lead to the
axes/joysticks moving around the UI way too fast.
  • Loading branch information
0neGal committed Jun 15, 2024
1 parent b4f050f commit d5382d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/js/gamepad.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ setInterval(() => {

// add delay to this direction, to prevent it from being
// triggered immediately again
delay_press[i] = 3;
delay_press[i] = 5;
}
}

Expand Down

0 comments on commit d5382d7

Please sign in to comment.