2
0
mirror of https://github.com/koreader/koreader synced 2024-10-31 21:20:20 +00:00
koreader/frontend/device/sony-prstux
poire-z 633d43b322 Devices: get rid of touch_probe_ev_epoch_time
On devices where the event time is the uptime (time since
boot), we don't need to trash it and use TimeVal:now()
and lose precision. We can still use these times for
relative delays and durations computations, which is
mostly all we use them for.
We just need a real clock time in GestureDetector for
two timers (long-press and double tap), where we do
the event time type detection on the first event, on
all devices.
2020-10-18 20:13:44 +02:00
..
device.lua Devices: get rid of touch_probe_ev_epoch_time 2020-10-18 20:13:44 +02:00
event_map.lua Sony PRSTUX support (#4198) 2018-09-08 01:37:04 +02:00
powerd.lua Slightly less crappy Nightmode (#4871) 2019-04-08 23:05:08 +02:00