Thread: Buttons issue
View Single Post
Old 01-22-2022, 11:06 AM   #6
pazos
cosiņeiro
pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.
 
Posts: 1,406
Karma: 2451781
Join Date: Apr 2014
Device: BQ Cervantes 4
I'm afraid it is a bit more complex than that because Pocketbook. Needs tweaking in
registerEventAdjustHook

ie: asign event.type to C.EV.KEY for given types. Then its a matter of adding keycodes to event_map

The constants used by inkview are in https://github.com/koreader/koreader.../inkview_h.lua.

Apparently 40 is EVT_TOUCHUP and 42 is EVT_TOUCHMOVE. That doesn't make much sense

Anyhow: patches welcome. Don't expect the feature anytime soon unless a new maintainer appears in the wild and wants to tackle this.

My bad for giving you hopes. I expected something trivial as in android.
pazos is offline   Reply With Quote