dps/remarkable-wikipedia

Add pen support

Closed this issue · 1 comments

Eeems commented

I've hacked in pen support into Oxide:
https://github.com/Eeems/oxide/blob/master/shared/eventfilter.h
https://github.com/Eeems/oxide/blob/master/shared/eventfilter.cpp
https://github.com/Eeems/oxide/blob/master/applications/launcher/main.cpp#L52-L57

It doesn't handle some dynamic content mouse areas though due to my widgetsAt implementation not working properly. It also doesn't properly detect/handle when one mouse area is over top of another.

dps commented

Fixed in PR #16 Thanks for the pointers!