[Kindle Scribe] Add support for kindle scribe stylus events#14908
Merged
Conversation
Frenzie
reviewed
Feb 1, 2026
| @@ -542,7 +542,8 @@ function Kindle:openInputDevices() | |||
| end | |||
| local dev_count = ffi.new("size_t[1]") | |||
| -- We care about: the touchscreen, a properly scaled stylus, pagination buttons, a home button, a fiveway; and the fancy "tap on frame" stuff. | |||
Member
There was a problem hiding this comment.
Something like this (and lose the other comment)
Suggested change
| -- We care about: the touchscreen, a properly scaled stylus, pagination buttons, a home button, a fiveway; and the fancy "tap on frame" stuff. | |
| -- We care about: the touchscreen, the raw WacomDigitizer tablet, a properly scaled stylus, pagination buttons, a home button, a fiveway; and the fancy "tap on frame" stuff. |
Pinging @NiLuJe
Frenzie
approved these changes
Feb 2, 2026
Member
|
Sorry, the week ran away from me, I'll try to give this a look on Wednesday ;). |
3 tasks
srdr0p
pushed a commit
to srdr0p/koreader
that referenced
this pull request
Mar 22, 2026
…oreader#14908)" This reverts commit 9f7a0e4.
0xstillb
pushed a commit
to 0xstillb/koreader-thai
that referenced
this pull request
May 9, 2026
srdr0p
pushed a commit
to srdr0p/koreader
that referenced
this pull request
Jun 14, 2026
…oreader#14908)" This reverts commit 9f7a0e4.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
AI usage disclosure, created using Gemini 3 Pro.
Seems to be basic enough for devs to understand what is happening, and it seems to fix stylus input with my local pencil.koplugin fork.
(Apologies if I misunderstood the purpose of INPUT_TABLET, as I am not very familiar neither with C, nor Lua)
This change is