You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Presumably blue.py does the same, because this aspect of the code is the same.(but i haven't gotten bluetooth to pair)
When you start it the left mouse button is down, clicking it once with something else, the boogieboard does not affect the button down/up anymore.
Ideally you would be able to move the mouse by hovering and click pushing down. Perhaps with some config allowing a pressure threshhold. (Maybe stdout could be an option too)
So tried xev,(after trying gimp) it doesn't seem to produce any events, not even motionevents! But the mouse does move. (and generates events exitting/entering the window)
The text was updated successfully, but these errors were encountered:
Strange, you should be able to hover and "click" by touching the pen to the tablet. There should also be pressure sensitivity. What parts are working? You can move the cursor but touch/pressure doesn't register? What about the stylus button?
Maybe it is my stupid setup... For some reason i can't make a Xorg.conf or make X detect it(or leave it absent and have X detect)
Also i was running usb-driver.py from TTY, but tried it on the same TTY and it does not seem to matter. I had to run it as root to have sufficient permissions.
Bit worried i am wasting your time.. Still, strange that moving works but it doesn't register movement events.. So basically, no events at all.(not stylus either)
You could add some print statements to inspect "touch" and "pressure", then you'd know if it was an issue getting the events from your boogie board or if it's the uinput configuration.
Presumably
blue.py
does the same, because this aspect of the code is the same.(but i haven't gotten bluetooth to pair)When you start it the left mouse button is down, clicking it once with something else, the boogieboard does not affect the button down/up anymore.
Ideally you would be able to move the mouse by hovering and click pushing down. Perhaps with some config allowing a pressure threshhold. (Maybe stdout could be an option too)
So tried
xev
,(after tryinggimp
) it doesn't seem to produce any events, not even motionevents! But the mouse does move. (and generates events exitting/entering the window)The text was updated successfully, but these errors were encountered: