Evidlo / remarkable_mouse

use your reMarkable as a graphics tablet
GNU General Public License v3.0
514 stars 49 forks source link

Report pressure to the host #15

Closed severin-lemaignan closed 4 years ago

severin-lemaignan commented 4 years ago

While remarkable_mouse does have access to the pressure information from the tablet, it is not reported to the host operating system, as pynput does not support it. This is unfortunate, as many graphic applications would benefit a lot of having that information.

Maybe one option would be to use a module like python-uinput to recreate a fake input device?

Evidlo commented 4 years ago

Have you tried the --evdev option?

skadge commented 4 years ago

...the --evdev option? I haven't seen any such option in remarkable_mouse.py' ArgumentParser... Have I missed something?

severin-lemaignan commented 4 years ago

Haha!! I missed the combined branch! Excellent! Any plan to merge it to master any time soon? (in the meantime, maybe a note in the README could make it easier to discover!)

Evidlo commented 4 years ago

I thought it was already merged :o

Evidlo commented 4 years ago

This is merged and published now.