moses-palmer / pynput

Sends virtual input commands
GNU Lesser General Public License v3.0
1.74k stars 244 forks source link

Add tablet / touch / proximity / pressure API #349

Open JayFoxRox opened 3 years ago

JayFoxRox commented 3 years ago

I'm trying to extend https://github.com/rfc2822/GfxTablet with cross-platform support, but pynput can't do pressure yet.

Some material that could be relevant for API design or implementation:

I'd like to see a cross-platform API to receive and emulate such state / events.

moesfeld commented 3 years ago

I'd love to see that too. Since this project is mostly a wrapper the different lower implementations need to support this. Mostly the ctypes of the different systems. Seems rather difficult.

Evidlo commented 2 years ago

I'm also interested in this, as I'm working a tool which needs to simulate a virtual graphics tablet with variable pen pressure and tilt.