mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-12-25 07:19:28 -05:00
Increase touch sensitivity a bit.
This commit is contained in:
parent
9a3454d695
commit
f91f17b9fb
@ -38,7 +38,7 @@ using sample_t = uint16_t;
|
|||||||
|
|
||||||
constexpr sample_t sample_max = 1023;
|
constexpr sample_t sample_max = 1023;
|
||||||
|
|
||||||
constexpr sample_t touch_threshold = sample_max * 0.3f;
|
constexpr sample_t touch_threshold = sample_max * 0.5f;
|
||||||
|
|
||||||
struct Samples {
|
struct Samples {
|
||||||
sample_t xp;
|
sample_t xp;
|
||||||
|
Loading…
Reference in New Issue
Block a user