Open real-or-random opened 1 year ago
Hi, did you solve this yet? I have a possibly similar problem, only that I get BTN_TOUCH 1
as soon as the stylus is recognized by the pad at all, at several centimeters distance from the pad, without touching it at all. So this EV_KEY
event is triggered incorrectly.
This is with "Huion New 1060 Plus" (
256c:006e
). (In fact mine is branded as Gaomon M160K but these should be equivalent.)Just checked this with
evtest
on the pen device:When I touch the pad without pressing a button on the pen, I get
BTN_TOUCH 1
. When I untouch it again, I getBTN_TOUCH 0
. I think this is expected.But is the following expected?
BTN_STYLUS 1
(or same forBTN_STYLUS2
)BTN_STYLUS 0
but noBTN_TOUCH
event_BTN_STYLUS 1
again but noBTN_TOUCH
event_BTN_STYLUS 0
again.Alternative step 3:
BTN_TOUCH 1
again.This was probably the root cause of a problem that I encountered when using xournalpp (https://github.com/xournalpp/xournalpp/issues/3948#issuecomment-1372339622)