mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-12 11:42:13 -04:00
Touch: Average/threshold tweaks.
This commit is contained in:
parent
7492d50f0b
commit
cd9b76ef78
1 changed files with 2 additions and 2 deletions
|
@ -221,8 +221,8 @@ private:
|
|||
};
|
||||
|
||||
static constexpr float r_touch_threshold = 0x1000;
|
||||
static constexpr size_t touch_count_threshold { 4 };
|
||||
static constexpr uint32_t touch_stable_bound { 4 };
|
||||
static constexpr size_t touch_count_threshold { 3 };
|
||||
static constexpr uint32_t touch_stable_bound { 16 };
|
||||
|
||||
// Ensure filter length is equal or less than touch_count_threshold,
|
||||
// or coordinates from the last touch will be in the initial averages.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue