Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e2434fec authored by Michael Wright's avatar Michael Wright
Browse files

Revert "Increase stylus data timeout."

This reverts commit 8b0673ce.
parent 671024b4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ static const size_t MAX_SLOTS = 32;

// Maximum amount of latency to add to touch events while waiting for data from an
// external stylus.
static const constexpr nsecs_t EXTERNAL_STYLUS_DATA_TIMEOUT = ms2ns(72);
static const nsecs_t EXTERNAL_STYLUS_DATA_TIMEOUT = ms2ns(32);

// --- Static Functions ---