oblitum / Interception

The Interception API aims to build a portable programming interface that allows one to intercept and control a range of input devices.
http://oblita.com/interception
1.37k stars 267 forks source link

Interception and graphics tablet pressure data #121

Open IBMako opened 3 years ago

IBMako commented 3 years ago

Hi, I would like to be able to send pressure data for a tablet (How hard you are pressing the pen on the tablet) - I am disabled and cannot apply pressure properly to the pen, so I am looking to read a value from a joystick axis, and then send this as pressure data coming from the tablet via interception. Unfortunately, when I look at the mouse stroke data coming from interception, I don't see anything related to pressure - I just see something like this: {"mouse":{"state":1,"flags":1,"rolling":0,"x":35054,"y":37993,"information":0},"key":{"code":1,"state":1,"information":0}} Also, if I install the driver for the tablet (A Parblo A609), then interception does not receive any data from the tablet at all - it still gets a device ID, but I see no data. Can anyone advise?

mazezone commented 2 years ago

InterceptionKeyStroke stroke ---> InterceptionMouseStroke stroke