dps / remarkable-wikipedia

MIT License
145 stars 4 forks source link

Add pen support #15

Closed Eeems closed 3 years ago

Eeems commented 3 years ago

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 3 years ago

Fixed in PR #16 Thanks for the pointers!