mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Glo HD support
This commit is contained in:
@@ -207,6 +207,12 @@ function Input:adjustTouchTranslate(ev, by)
|
||||
end
|
||||
end
|
||||
end
|
||||
function Input:adjustTouchAlyssum(ev)
|
||||
ev.time = TimeVal:now()
|
||||
if ev.type == EV_ABS and ev.code == ABS_MT_TRACKING_ID then
|
||||
ev.value = ev.value - 1
|
||||
end
|
||||
end
|
||||
|
||||
function Input:setTimeout(cb, tv_out)
|
||||
local item = {
|
||||
|
||||
Reference in New Issue
Block a user