mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-16 10:20:52 -04:00
Improved sensitivity for non pointy touches
This commit is contained in:
parent
77260bc68a
commit
078da8ca16
2 changed files with 5 additions and 3 deletions
|
@ -219,7 +219,6 @@ private:
|
|||
TouchDetected,
|
||||
};
|
||||
|
||||
static constexpr float r_touch_threshold = 640;
|
||||
static constexpr size_t touch_count_threshold { 3 };
|
||||
static constexpr uint32_t touch_stable_bound { 8 };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue