You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koreader/frontend/device
NiLuJe 3274183466 Minor Input & TimeVal cleanups
* Input: Don't create a new TimeVal object for input frame timestamps, just promote our existing table by assigning it the `TimeVal` metatable.
* TimeVal: Export (const) `zero` & `huge` TimeVal objects, because they're common enough in our codebase. (NOTE: not actually const, that's a Lua 5.4 feature ;p).
* GestureDetector: Explain the behavior of the `last_tevs` & `first_tevs` tables, and why one needs a new object and not the other.
* Speaking of, simplify the copy method for `first_tevs`, because it doesn't need to create a new TimeVal object, we can just reference the original, it's unique and re-assigned for each frame.
3 years ago
..
android Add update of the top and bottom status bars, on +/-Charging (#7379) 3 years ago
cervantes LuaSettings: Add a method to initialize a setting properly (#7371) 3 years ago
dummy add dummy device & rename runtimectl:setDevice to runtimectl:init 5 years ago
generic LuaSettings: Add a method to initialize a setting properly (#7371) 3 years ago
kindle Initial KOA3 support (#7446) 3 years ago
kobo Input: Minor cleanups (#7542) 3 years ago
pocketbook Re-implement the PB fb fixup insanity (#7404) 3 years ago
remarkable Fix for PR #7415 breaking reMarkable touch input (#7536) 3 years ago
sdl Minor Input & TimeVal cleanups 3 years ago
sony-prstux Input: Minor cleanups (#7542) 3 years ago
devicelistener.lua LuaSettings: Add a method to initialize a setting properly (#7371) 3 years ago
gesturedetector.lua Minor Input & TimeVal cleanups 3 years ago
input.lua Minor Input & TimeVal cleanups 3 years ago
key.lua Refactoring hardware abstraction 10 years ago
sysfs_light.lua Allow running shell scripts from the FileManager/Favorites (#5804) 4 years ago
thirdparty.lua android: fix dict overrides (#6887) 4 years ago
wakeupmgr.lua WakeupMgr: Minor usage tweak (#7400) 3 years ago