Skip to content

Commit

Permalink
Update button.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: ion098 <[email protected]>
  • Loading branch information
PA055 and ion098 authored Oct 5, 2024
1 parent b784525 commit 0243c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/gamepad/button.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class Button {
uint32_t repeat_iterations = 0;
/// How long the threshold should be for the longPress and shortRelease events
uint32_t long_press_threshold = 500;
// How often the repeatPress is called
/// How often repeatPress is called
uint32_t repeat_cooldown = 50;
/**
* @brief Register a function to run when the button is pressed.
Expand Down

0 comments on commit 0243c37

Please sign in to comment.